Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lib: Fix skip of every other plist deletion
When bulk deleting prefix lists on shutdown the code was calling plist_delete, which removed the item from the master->str list, and then popping the next item on the list and just dropping it on the floor. The pop is not needed. Signed-off-by: Donald Sharp <sharpd@nvidia.com>
- Loading branch information