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 /pimd/pim_main.c | |
| parent | 681ca8cc528a1aec1e451b9ae860d3825f999052 (diff) | |
*: fix warning fallout from set_socket_path
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'pimd/pim_main.c')
| -rw-r--r-- | pimd/pim_main.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/pimd/pim_main.c b/pimd/pim_main.c index 1a3c8165e4..e4aa2de594 100644 --- a/pimd/pim_main.c +++ b/pimd/pim_main.c @@ -38,6 +38,7 @@  #include "prefix.h"  #include "plist.h"  #include "vrf.h" +#include "sockopt.h"  #include "pimd.h"  #include "pim_version.h" @@ -133,7 +134,6 @@ Report bugs to %s\n", progname, PIMD_BUG_ADDRESS);  int main(int argc, char** argv, char** envp) {    char *p;    char *vty_addr = NULL; -  char *vty_sock_name;    int vty_port = -1;    int daemon_mode = 0;    char *config_file = NULL;  | 
