Skip to content

Commit

Permalink
Update isis_lsp.c
Browse files Browse the repository at this point in the history
Signed-off-by: baozhen-H3C <[email protected]>
  • Loading branch information
baozhen-H3C authored Oct 9, 2024
1 parent 54dedc5 commit 09e2c6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion isisd/isis_lsp.c
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ static void lsp_destroy(struct isis_lsp *lsp)
/* Only non-pseudo nodes and non-fragment LSPs can delete nodes. */
if (!LSP_PSEUDO_ID(lsp->hdr.lsp_id))
isis_dynhn_remove(lsp->area->isis, lsp->hdr.lsp_id);

if (lsp->lspu.frags) {
lsp_remove_frags(&lsp->area->lspdb[lsp->level - 1],
lsp->lspu.frags);
Expand Down

0 comments on commit 09e2c6e

Please sign in to comment.