From 59ca05ee1a59c5298767cf9563ef7f92ec895936 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Wed, 27 Mar 2019 13:33:49 +0100 Subject: [wip still] more logind console switching --- vttest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vttest.c') 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); } -- cgit