From: Martin Mares Date: Thu, 8 Jun 2000 10:48:51 +0000 (+0000) Subject: ... as well there. X-Git-Tag: v1.2.0~543 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c62d1c19a924668ccf5315ca8882ea041581e3bf;p=thirdparty%2Fbird.git ... as well there. --- diff --git a/sysdep/unix/config.Y b/sysdep/unix/config.Y index 81453e360..af35f82ec 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]])