summaryrefslogtreecommitdiff
path: root/zebra/zebra_mpls.c
diff options
context:
space:
mode:
authorDonatas Abraitis <donatas.abraitis@gmail.com>2020-02-13 15:21:26 +0200
committerDonatas Abraitis <donatas.abraitis@gmail.com>2020-02-13 15:39:54 +0200
commit752022670a294584ce45161a182f5b5790da45b9 (patch)
treed8bf19c32a08a1dd4ba2799ed2fee8450fe735e1 /zebra/zebra_mpls.c
parent60092db3fdead2a72e9368aaaa1e789c741c7ce8 (diff)
*: Remove break after return
Just a deadcode. Signed-off-by: Donatas Abraitis <donatas.abraitis@gmail.com>
Diffstat (limited to 'zebra/zebra_mpls.c')
-rw-r--r--zebra/zebra_mpls.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/zebra/zebra_mpls.c b/zebra/zebra_mpls.c
index d5d424732a..c167e6a8ad 100644
--- a/zebra/zebra_mpls.c
+++ b/zebra/zebra_mpls.c
@@ -1244,7 +1244,6 @@ static zebra_nhlfe_t *nhlfe_add(zebra_lsp_t *lsp, enum lsp_types_t lsp_type,
nexthop_free(nexthop);
XFREE(MTYPE_NHLFE, nhlfe);
return NULL;
- break;
}
nhlfe->nexthop = nexthop;