diff options
author | David Lamparter <equinox@opensourcerouting.org> | 2017-02-01 13:12:16 +0100 |
---|---|---|
committer | David Lamparter <equinox@opensourcerouting.org> | 2017-02-01 13:12:16 +0100 |
commit | ff1c42fb9fc6c7f33657a06d26b3722a5bc86c07 (patch) | |
tree | 8d3b585fe7fd5b2c0a5ee5481acb101d45a0f280 /vtysh/vtysh_main.c | |
parent | Merge pull request #140 from opensourcerouting/fixes/isis-subtlv (diff) | |
download | frr-ff1c42fb9fc6c7f33657a06d26b3722a5bc86c07.tar.xz frr-ff1c42fb9fc6c7f33657a06d26b3722a5bc86c07.zip |
*: fix warning fallout from set_socket_path
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'vtysh/vtysh_main.c')
-rw-r--r-- | vtysh/vtysh_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vtysh/vtysh_main.c b/vtysh/vtysh_main.c index bad21ae66..78b17be05 100644 --- a/vtysh/vtysh_main.c +++ b/vtysh/vtysh_main.c @@ -272,7 +272,7 @@ main (int argc, char **argv, char **env) int boot_flag = 0; const char *daemon_name = NULL; const char *inputfile = NULL; - char *vtysh_configfile_name; + const char *vtysh_configfile_name; struct cmd_rec { const char *line; struct cmd_rec *next; |