ofproto-dpif: Fix facet_lookup_valid().
authorEthan Jackson <ethan@nicira.com>
Wed, 29 May 2013 23:19:20 +0000 (16:19 -0700)
committerEthan Jackson <ethan@nicira.com>
Thu, 30 May 2013 18:34:26 +0000 (11:34 -0700)
commit0305ce1f71fa6e9ecfee79f4ec41876f0c0104e2
tree29e0ec3b7a38ed94362c3b549b47992dba285efa
parent7e741ffb84c305c4549cab6938b51e3e9ef26847
ofproto-dpif: Fix facet_lookup_valid().

facet_lookup_valid() attempted to re-revalidate its facet after
it had been removed.  Added very recently in commit 5bf64ad
(ofproto-dpif: Avoid redundant facet_find() in
facet_lookup_valid()).

Found by inspection (by Justin).

Reported-by: Justin Pettit <jpettit@nicira.com>
Signed-off-by: Ethan Jackson <ethan@nicira.com>
ofproto/ofproto-dpif.c