aboutsummaryrefslogtreecommitdiffstats
path: root/fbcon.c
diff options
context:
space:
mode:
Diffstat (limited to 'fbcon.c')
-rw-r--r--fbcon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fbcon.c b/fbcon.c
index ef5743c..d9b208e 100644
--- a/fbcon.c
+++ b/fbcon.c
@@ -600,7 +600,7 @@ int main(int argc, char *argv[])
if (xdg_seat)
seat_name = xdg_seat;
if (xdg_seat && xdg_session_id) {
- if (logind_init() == 0) {
+ if (logind_init(true) == 0) {
dbus = logind_dbus_fd();
logind = true;
}