diff options
Diffstat (limited to 'lib/command.c')
| -rw-r--r-- | lib/command.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/command.c b/lib/command.c index b6dd8bacfb..07f8674e30 100644 --- a/lib/command.c +++ b/lib/command.c @@ -3972,7 +3972,7 @@ DEFUN (no_banner_motd, /* Set config filename. Called from vty.c */ void -host_config_set (char *filename) +host_config_set (const char *filename) { if (host.config) XFREE (MTYPE_HOST, host.config); |
