summaryrefslogtreecommitdiff
path: root/src/login/logind-dbus.c
diff options
context:
space:
mode:
authorSven Eden <yamakuzure@gmx.net>2018-09-28 19:47:20 +0200
committerSven Eden <yamakuzure@gmx.net>2018-09-28 19:47:20 +0200
commit48ed2296c6f7e463d12ff0e0f90e494d27eae239 (patch)
tree03ede357cf487b9dfe6f43c5c3512c17f5424ae5 /src/login/logind-dbus.c
parenteee8275c6ac591d293085ee5a4c0242242413403 (diff)
Prep v239: Add execution of executables in systemshutdowndir
Diffstat (limited to 'src/login/logind-dbus.c')
-rw-r--r--src/login/logind-dbus.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/login/logind-dbus.c b/src/login/logind-dbus.c
index 9d7092869..acf50e62e 100644
--- a/src/login/logind-dbus.c
+++ b/src/login/logind-dbus.c
@@ -2440,7 +2440,9 @@ static int method_can_shutdown_or_sleep(
action, result);
}
+#if 0 /// UNNEEDED by elogind
finish:
+#endif // 0
return sd_bus_reply_method_return(message, "s", result);
}