logind: switch_session should return 0 on success It currently returned -1 on failure and 1 on success. The API is intended to return -1 on failure and 0 on success, so fix that.
1 files changed, 1 insertions(+), 1 deletions(-) M libseat/backend/logind.c
M libseat/backend/logind.c => libseat/backend/logind.c +1 -1