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 /ldpd | |
| parent | 681ca8cc528a1aec1e451b9ae860d3825f999052 (diff) | |
*: fix warning fallout from set_socket_path
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'ldpd')
| -rw-r--r-- | ldpd/ldpd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ldpd/ldpd.c b/ldpd/ldpd.c index 40726ba0bb..927af682a1 100644 --- a/ldpd/ldpd.c +++ b/ldpd/ldpd.c @@ -39,6 +39,7 @@ #include "sigevent.h" #include "zclient.h" #include "vrf.h" +#include "sockopt.h" #include "qobj.h" static void ldpd_shutdown(void); @@ -224,7 +225,6 @@ main(int argc, char *argv[]) char *p; char *vty_addr = NULL; int vty_port = LDP_VTY_PORT; - char *vty_sock_name; char *ctl_sock_custom_path = NULL; char *ctl_sock_name; int daemon_mode = 0; |
