summaryrefslogtreecommitdiff
path: root/ospf6d/ospf6_main.c
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@opensourcerouting.org>2017-02-01 13:12:16 +0100
committerDavid Lamparter <equinox@opensourcerouting.org>2017-02-01 13:12:16 +0100
commitff1c42fb9fc6c7f33657a06d26b3722a5bc86c07 (patch)
tree8d3b585fe7fd5b2c0a5ee5481acb101d45a0f280 /ospf6d/ospf6_main.c
parent681ca8cc528a1aec1e451b9ae860d3825f999052 (diff)
*: fix warning fallout from set_socket_path
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'ospf6d/ospf6_main.c')
-rw-r--r--ospf6d/ospf6_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ospf6d/ospf6_main.c b/ospf6d/ospf6_main.c
index 68d2b6894d..f85580fa59 100644
--- a/ospf6d/ospf6_main.c
+++ b/ospf6d/ospf6_main.c
@@ -39,6 +39,7 @@
#include "zclient.h"
#include "vrf.h"
#include "bfd.h"
+#include "sockopt.h"
#include "ospf6d.h"
#include "ospf6_top.h"
@@ -239,7 +240,6 @@ main (int argc, char *argv[], char *envp[])
int opt;
char *vty_addr = NULL;
int vty_port = 0;
- char *vty_sock_name;
char *config_file = NULL;
struct thread thread;
int dryrun = 0;