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 /ripd/rip_main.c | |
| parent | 681ca8cc528a1aec1e451b9ae860d3825f999052 (diff) | |
*: fix warning fallout from set_socket_path
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'ripd/rip_main.c')
| -rw-r--r-- | ripd/rip_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ripd/rip_main.c b/ripd/rip_main.c index e46f867952..58dd2df6fa 100644 --- a/ripd/rip_main.c +++ b/ripd/rip_main.c @@ -35,6 +35,7 @@ #include "sigevent.h" #include "zclient.h" #include "vrf.h" +#include "sockopt.h" #include "ripd/ripd.h" @@ -201,7 +202,6 @@ main (int argc, char **argv) int dryrun = 0; char *progname; struct thread thread; - char *vty_sock_name; /* Set umask before anything for security */ umask (0027); |
