summaryrefslogtreecommitdiff
path: root/src/login/logind-dbus.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/login/logind-dbus.c')
-rw-r--r--src/login/logind-dbus.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/login/logind-dbus.c b/src/login/logind-dbus.c
index 301c4de2fe..859ad3b58c 100644
--- a/src/login/logind-dbus.c
+++ b/src/login/logind-dbus.c
@@ -1430,9 +1430,7 @@ static int execute_shutdown_or_sleep(
bus_manager_log_shutdown(m, w, action);
- /* FIXME: here do the thing. */
-
- r = shutdown_or_sleep(action);
+ r = shutdown_or_sleep(m, action);
if (r < 0)
return r;