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 /isisd | |
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 'isisd')
-rw-r--r-- | isisd/isis_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/isisd/isis_main.c b/isisd/isis_main.c index 865f5c5f9..1b9fa6805 100644 --- a/isisd/isis_main.c +++ b/isisd/isis_main.c @@ -38,6 +38,7 @@ #include "plist.h" #include "zclient.h" #include "vrf.h" +#include "sockopt.h" #include "qobj.h" #include "isisd/dict.h" @@ -246,7 +247,6 @@ main (int argc, char **argv, char **envp) struct thread thread; char *config_file = NULL; char *vty_addr = NULL; - char *vty_sock_name; int dryrun = 0; /* Get the programname without the preceding path. */ |