Skip to content

Commit

Permalink
Merge pull request FRRouting#11949 from donaldsharp/plist_deletion_fa…
Browse files Browse the repository at this point in the history
…ilure

lib: Fix skip of every other plist deletion
  • Loading branch information
ton31337 authored Sep 15, 2022
2 parents 48eb0de + 6bae020 commit a05ae6c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/plist.c
Original file line number Diff line number Diff line change
Expand Up @@ -1570,7 +1570,6 @@ static void prefix_list_reset_afi(afi_t afi, int orf)

while ((plist = plist_first(&master->str))) {
prefix_list_delete(plist);
plist_pop(&master->str);
}

master->recent = NULL;
Expand Down

0 comments on commit a05ae6c

Please sign in to comment.