chiark / gitweb /
Incorporate sleep.conf into logind.conf
[elogind.git] / src / login / logind-dbus.c
index 5245c889803b843eab1f02201d47306e894f8269..b0c15e25332bc5065cf8c5fefc8c31fd1b98ec67 100644 (file)
@@ -1466,7 +1466,7 @@ static int execute_shutdown_or_sleep(
                         &reply,
                         "ss", NULL, "replace-irreversibly");
 #else
-        r = shutdown_or_sleep(action);
+        r = shutdown_or_sleep(m, action);
 #endif // 0
         if (r < 0)
                 return r;