aboutsummaryrefslogtreecommitdiffstats
path: root/vttest.c
diff options
context:
space:
mode:
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);
}