aboutsummaryrefslogtreecommitdiffstats
path: root/vttest.c
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2019-03-27 13:33:49 +0100
committerGerd Hoffmann <kraxel@redhat.com>2019-03-27 13:33:49 +0100
commit59ca05ee1a59c5298767cf9563ef7f92ec895936 (patch)
tree6b0e8eecb498f7c01f4ae7bff540ee5e175c2451 /vttest.c
parente772b065d85445049854d806cd06943dbd58d619 (diff)
downloadfbida-59ca05ee1a59c5298767cf9563ef7f92ec895936.tar.gz
[wip still] more logind console switching
Diffstat (limited to 'vttest.c')
-rw-r--r--vttest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vttest.c b/vttest.c
index 2de51c8..1fac56d 100644
--- a/vttest.c
+++ b/vttest.c
@@ -27,7 +27,7 @@ int main(int argc, char *argv[])
fprintf(stderr, "session %s at %s\n",
xdg_session_id, xdg_seat);
- if (logind_init(false) != 0) {
+ if (logind_init(false, NULL, NULL) != 0) {
fprintf(stderr, "logind init failed\n");
exit(1);
}