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 80893602..9c6e63bd 100644 --- a/lib/command.c +++ b/lib/command.c @@ -4098,7 +4098,7 @@ DEFUN (show_commandtree, /* 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); |