dpif: Make dpif_flow_get() results predictable on error.
authorBen Pfaff <blp@nicira.com>
Tue, 13 Apr 2010 23:49:22 +0000 (16:49 -0700)
committerBen Pfaff <blp@nicira.com>
Tue, 13 Apr 2010 23:51:13 +0000 (16:51 -0700)
commitb843fa1b41a6e9ed362e0414f0b3f6b42bfa3e66
tree3fb1e995d2e5f4f547d0e6b7c5205df981813edc
parent379c2564b617aa4d36efba0956d92d0d363c6d86
dpif: Make dpif_flow_get() results predictable on error.

If dpif_flow_get()'s caller is less cautious than it should be, then it
will get surprising results when it looks at the returned flow on error.
This commit at least gives it plausible results.
lib/dpif.c