]> git.puffer.fish Git - mirror/frr.git/commit
lib: Fix crash when deleting multiple statements
authorDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 1 Mar 2016 21:44:23 +0000 (16:44 -0500)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 1 Mar 2016 21:55:53 +0000 (16:55 -0500)
commit37b6ab6f003624cf87fc38b912653461afd7310f
treeab2e855794d4c8c311334ffa924d8e5fe34ee038
parent53785cfdbf699b0bb8e5dc6df6689f85c9ee5e77
lib: Fix crash when deleting multiple statements

When deciding if we should delete a table we were
only looking at the part of the data structures
associated with the table to see if it was empty.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Reviewed-by: Daniel Walton <dwalton@cumulusnetworks.com>
lib/plist.c