diff --git a/sysdep/unix/config.Y b/sysdep/unix/config.Y index 81453e36..af35f82e 100644 --- a/sysdep/unix/config.Y +++ b/sysdep/unix/config.Y @@ -64,7 +64,7 @@ log_cat: /* Unix specific commands */ -CF_CLI(CONFIGURE, cfg_name, [""], [[Reload configuration]]) +CF_CLI(CONFIGURE, cfg_name, [\"\"], [[Reload configuration]]) { cmd_reconfig($2); } ; CF_CLI(DOWN,,, [[Shut the daemon down]])