diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2015-05-19 18:29:15 -0700 |
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2015-05-19 18:29:15 -0700 |
| commit | c0e8c16f844e27675f30ceae50e599d4953e0ae3 (patch) | |
| tree | 722366fc213778a76e9f4df4d0c7b22c4986227e /lib/command.c | |
| parent | 91283e76414a50cc72fcaf7f4d25b93ce924bd1d (diff) | |
vtysh: vtysh-warnings.patch
Remove compile warnings for the vtysh directory
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Reviewed-by:
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); |
