dpif-linux: Use correct enum in dpif_linux_flow_dump_start().
authorBen Pfaff <blp@nicira.com>
Thu, 12 Sep 2013 17:54:23 +0000 (10:54 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 12 Sep 2013 17:54:23 +0000 (10:54 -0700)
commit067f1e2329d3624330560beadb9e805938e9d67b
treedfcdf6b84cb1fea2b03a710806ad4a25a9fa2389
parent3f517bcd0548f6729bbbc3fa8cb34eab8d18b8b8
dpif-linux: Use correct enum in dpif_linux_flow_dump_start().

Both the old (wrong) and new (correct) enums have the same value, so this
doesn't fix a visible bug.

Reported-by: ankur dwivedi <ankurengg2003@gmail.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
AUTHORS
lib/dpif-linux.c