summaryrefslogtreecommitdiff
path: root/zebra/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 /zebra/main.c
parent681ca8cc528a1aec1e451b9ae860d3825f999052 (diff)
*: fix warning fallout from set_socket_path
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'zebra/main.c')
-rw-r--r--zebra/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/zebra/main.c b/zebra/main.c
index aa1cbc3b26..a68e8adeb6 100644
--- a/zebra/main.c
+++ b/zebra/main.c
@@ -35,6 +35,7 @@
#include "privs.h"
#include "sigevent.h"
#include "vrf.h"
+#include "sockopt.h"
#include "zebra/rib.h"
#include "zebra/zserv.h"
@@ -265,7 +266,6 @@ main (int argc, char **argv)
char *p;
char *vty_addr = NULL;
int vty_port = ZEBRA_VTY_PORT;
- char *vty_sock_name;
int dryrun = 0;
int batch_mode = 0;
int daemon_mode = 0;