diff options
| author | Russ White <russ@riw.us> | 2018-08-16 11:32:41 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-08-16 11:32:41 -0400 |
| commit | 4b0d7894cba17263015b7a5d0f9436d10a492ebc (patch) | |
| tree | f263dd99bf2740a5cd48c620a67b5f21cc01660e /zebra/zebra_mpls.c | |
| parent | 783d61be04d7b73afb37c9590822b895b3795b94 (diff) | |
| parent | 9ea660be3ae4b1914a09a0f569851575fa138f18 (diff) | |
Merge pull request #2846 from donaldsharp/backet_data
Backet data
Diffstat (limited to 'zebra/zebra_mpls.c')
| -rw-r--r-- | zebra/zebra_mpls.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zebra/zebra_mpls.c b/zebra/zebra_mpls.c index cd41537a1b..f7283aed36 100644 --- a/zebra/zebra_mpls.c +++ b/zebra/zebra_mpls.c @@ -2446,7 +2446,7 @@ void mpls_ldp_lsp_uninstall_all(struct hash_backet *backet, void *ctxt) struct hash *lsp_table; lsp = (zebra_lsp_t *)backet->data; - if (!lsp || !lsp->nhlfe_list) + if (!lsp->nhlfe_list) return; lsp_table = ctxt; |
