ofproto: Fix typo in handle_nxt_set_packet_in_format().
authorBen Pfaff <blp@nicira.com>
Thu, 26 Jan 2012 00:58:08 +0000 (16:58 -0800)
committerBen Pfaff <blp@nicira.com>
Fri, 27 Jan 2012 00:06:13 +0000 (16:06 -0800)
commita15f0eeb9cf4b09403bed3c361a5150dbff16fc3
tree0a520c034645a5b948db8549a02574f99604fea1
parent6d4605fd85630eb3a9ec743763114f286373a544
ofproto: Fix typo in handle_nxt_set_packet_in_format().

NXFF_OPENFLOW10 and NXPIF_OPENFLOW10 have the same value (both zero), so
this doesn't fix an actual bug.

Signed-off-by: Ben Pfaff <blp@nicira.com>
ofproto/ofproto.c