From ff1c42fb9fc6c7f33657a06d26b3722a5bc86c07 Mon Sep 17 00:00:00 2001 From: David Lamparter Date: Wed, 1 Feb 2017 13:12:16 +0100 Subject: *: fix warning fallout from set_socket_path Signed-off-by: David Lamparter --- ospfd/ospf_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ospfd/ospf_main.c') diff --git a/ospfd/ospf_main.c b/ospfd/ospf_main.c index 6719eb2497..845d96032b 100644 --- a/ospfd/ospf_main.c +++ b/ospfd/ospf_main.c @@ -41,6 +41,7 @@ #include "sigevent.h" #include "zclient.h" #include "vrf.h" +#include "sockopt.h" #include "ospfd/ospfd.h" #include "ospfd/ospf_interface.h" @@ -194,7 +195,6 @@ main (int argc, char **argv) char *vty_addr = NULL; int vty_port = OSPF_VTY_PORT; char vty_path[100]; - char *vty_sock_name; int daemon_mode = 0; char *config_file = NULL; char *progname; -- cgit v1.2.3