mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-04-29 18:10:23 +00:00
Merge pull request #11949 from donaldsharp/plist_deletion_failure
lib: Fix skip of every other plist deletion
This commit is contained in:
commit
a05ae6c440
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user