diff --git a/src/shutdown/shutdown.c b/src/shutdown/shutdown.c index dccfff9ffe..bb767161bd 100644 --- a/src/shutdown/shutdown.c +++ b/src/shutdown/shutdown.c @@ -447,7 +447,7 @@ int main(int argc, char *argv[]) { (void) sync_with_progress(-EBADF); disable_coredumps(); - disable_binfmt(); + (void) disable_binfmt(); log_info("Sending SIGTERM to remaining processes..."); broadcast_signal(SIGTERM, true, true, arg_timeout);