From: Lennart Poettering Date: Fri, 12 Jul 2019 08:42:31 +0000 (+0200) Subject: shutdown: merge variable declaration lines a bit X-Git-Tag: v243-rc1~133^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e7ac08e4e0fc8487592c436233bd257d8888e185;p=thirdparty%2Fsystemd.git shutdown: merge variable declaration lines a bit --- diff --git a/src/shutdown/shutdown.c b/src/shutdown/shutdown.c index 45f34615477..a574a070419 100644 --- a/src/shutdown/shutdown.c +++ b/src/shutdown/shutdown.c @@ -295,13 +295,11 @@ static void bump_sysctl_printk_log_level(int min_level) { } int main(int argc, char *argv[]) { - bool need_umount, need_swapoff, need_loop_detach, need_dm_detach; - bool in_container, use_watchdog = false, can_initrd; + bool need_umount, need_swapoff, need_loop_detach, need_dm_detach, in_container, use_watchdog = false, can_initrd; _cleanup_free_ char *cgroup = NULL; - char *arguments[3]; + char *arguments[3], *watchdog_device; int cmd, r, umount_log_level = LOG_INFO; static const char* const dirs[] = {SYSTEM_SHUTDOWN_PATH, NULL}; - char *watchdog_device; /* The log target defaults to console, but the original systemd process will pass its log target in through a * command line argument, which will override this default. Also, ensure we'll never log to the journal or