aboutsummaryrefslogtreecommitdiff
path: root/src/sman
diff options
context:
space:
mode:
Diffstat (limited to 'src/sman')
-rw-r--r--src/sman/sman.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sman/sman.c b/src/sman/sman.c
index b6e6dbb5..07f2cf64 100644
--- a/src/sman/sman.c
+++ b/src/sman/sman.c
@@ -759,7 +759,7 @@ monitor_children(void)
int
main(int argc, char *argv[])
{
- Command command = { };
+ Command command;
command.root_dir = get_systemdir(argc, argv);
process_options(&command, argc, argv);