ovs-ofctl: Fix handling of unexpected replies in dump_stats_transaction().
authorBen Pfaff <blp@nicira.com>
Mon, 11 Jun 2012 18:15:31 +0000 (11:15 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 27 Jun 2012 21:29:02 +0000 (14:29 -0700)
commita76150b18b28addfc39f8900a74c2eceaf8c69da
tree59f08407dc21d8ec6aaaf3ba96ad41ce35f82ac3
parent4232ef7755c2c791c398bddfadc62b1e6bcb82e4
ovs-ofctl: Fix handling of unexpected replies in dump_stats_transaction().

dump_stats_transaction() ignored errors and other non-stats replies to
its request and would continue to wait forever.  This fixes the problem.

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