Revert "systemctl: fix compilation w/o logind"

This reverts commit 807690fb7f.
This commit is contained in:
Dimitri John Ledkov 2018-09-10 19:53:59 +01:00
parent 3c83f15967
commit 7f56c3d46e
1 changed files with 1 additions and 2 deletions

View File

@ -8509,8 +8509,8 @@ static int halt_now(enum action a) {
}
}
#if ENABLE_LOGIND
static int logind_schedule_shutdown(void) {
_cleanup_(sd_bus_error_free) sd_bus_error error = SD_BUS_ERROR_NULL;
char date[FORMAT_TIMESTAMP_MAX];
const char *action;
@ -8563,7 +8563,6 @@ static int logind_schedule_shutdown(void) {
log_info("Shutdown scheduled for %s, use 'shutdown -c' to cancel.", format_timestamp(date, sizeof(date), arg_when));
return 0;
}
#endif
static int halt_main(void) {
int r;