diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-08-26 08:05:36 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-08-26 08:05:36 -0400 |
| commit | c3f779dc1ab632b1ba74bf16c39dc2f18e6187bc (patch) | |
| tree | 9e6fb20b162b8f3ce619b8a7be515cd741242c39 /zebra/zserv.c | |
| parent | e1bd637370df9708af91c699b2510a788625bc5a (diff) | |
| parent | d9e5b009554f99230be1eee62daf098403c3cadf (diff) | |
Merge pull request #1049 from opensourcerouting/openbsd-warnings
fix warnings on OpenBSD
Diffstat (limited to 'zebra/zserv.c')
| -rw-r--r-- | zebra/zserv.c | 2 |
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; |
