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 /ripngd/ripng_main.c | |
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 'ripngd/ripng_main.c')
-rw-r--r-- | ripngd/ripng_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ripngd/ripng_main.c b/ripngd/ripng_main.c index 1677996ea..a90dffce1 100644 --- a/ripngd/ripng_main.c +++ b/ripngd/ripng_main.c @@ -36,6 +36,7 @@ #include "privs.h" #include "sigevent.h" #include "vrf.h" +#include "sockopt.h" #include "ripngd/ripngd.h" @@ -201,7 +202,6 @@ main (int argc, char **argv) char *progname; struct thread thread; int dryrun = 0; - char *vty_sock_name; /* Set umask before anything for security */ umask (0027); |