summaryrefslogtreecommitdiff
path: root/zebra/zserv.c
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2017-08-26 08:05:36 -0400
committerGitHub <noreply@github.com>2017-08-26 08:05:36 -0400
commitc3f779dc1ab632b1ba74bf16c39dc2f18e6187bc (patch)
tree9e6fb20b162b8f3ce619b8a7be515cd741242c39 /zebra/zserv.c
parente1bd637370df9708af91c699b2510a788625bc5a (diff)
parentd9e5b009554f99230be1eee62daf098403c3cadf (diff)
Merge pull request #1049 from opensourcerouting/openbsd-warnings
fix warnings on OpenBSD
Diffstat (limited to 'zebra/zserv.c')
-rw-r--r--zebra/zserv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/zebra/zserv.c b/zebra/zserv.c
index 7899a8375c..0e0cc78bbe 100644
--- a/zebra/zserv.c
+++ b/zebra/zserv.c
@@ -1198,7 +1198,7 @@ static int zread_ipv4_add(struct zserv *client, u_short length,
ifindex_t ifindex;
safi_t safi;
int ret;
- enum lsp_types_t label_type;
+ enum lsp_types_t label_type = ZEBRA_LSP_NONE;
mpls_label_t label;
struct nexthop *nexthop;