summaryrefslogtreecommitdiff
path: root/ripd/rip_main.c
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2017-02-01 10:52:21 -0500
committerGitHub <noreply@github.com>2017-02-01 10:52:21 -0500
commit5a2bd83d9de7bdd528b4be78f337f9c7a196c70b (patch)
tree477672d8900b8fcba04bd36f7b5122242d9ac876 /ripd/rip_main.c
parent681ca8cc528a1aec1e451b9ae860d3825f999052 (diff)
parentd24736fa17f9970dd58c5e6417bf3a5444011f5e (diff)
Merge pull request #146 from opensourcerouting/assorted-stable
assorted fixes for stable/2.0
Diffstat (limited to 'ripd/rip_main.c')
-rw-r--r--ripd/rip_main.c2
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);