ofproto-dpif: handle_flow_miss_common() without facets.
authorEthan Jackson <ethan@nicira.com>
Wed, 29 May 2013 17:20:23 +0000 (10:20 -0700)
committerEthan Jackson <ethan@nicira.com>
Wed, 29 May 2013 20:15:15 +0000 (13:15 -0700)
commit7820e253773f16dc2f31d0dab748cc9c09c69c8f
tree2d78fb424a4de7da5af633673320c401e3043660
parentf094af7b17631ce688595d7cf70235a3eed9798c
ofproto-dpif: handle_flow_miss_common() without facets.

handle_flow_miss_common() is intended to be called whether or not a
miss needs a facet.  Found by inspection.

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