Use LIST_FOR_EACH_SAFE, not LIST_FOR_EACH, when deleting from a list.
authorBen Pfaff <blp@nicira.com>
Mon, 31 Mar 2008 20:46:39 +0000 (13:46 -0700)
committerBen Pfaff <blp@nicira.com>
Tue, 1 Apr 2008 16:52:59 +0000 (09:52 -0700)
commitb500040ab250e7e93a3c152715e2d84d7d60edb2
treefda9c10020a40f9795cedcf4786b1b130b7d420f
parent34e3dc59164720c43771217cada3cde493922b3b
Use LIST_FOR_EACH_SAFE, not LIST_FOR_EACH, when deleting from a list.
switch/table-mac.c