brcompatd: Fix handle_fdb_query_cmd() return value on error.
authorBen Pfaff <blp@nicira.com>
Thu, 30 Jul 2009 20:55:24 +0000 (13:55 -0700)
committerBen Pfaff <blp@nicira.com>
Fri, 7 Aug 2009 22:05:47 +0000 (15:05 -0700)
commit621fd03a0717358fb8600a8bacb99782ab181005
treedbdfd8e62dcb52bad12fe7827cd69d10941ff2b3
parent41e754bcb40f78f5a2a790a4b196433cd1afa304
brcompatd: Fix handle_fdb_query_cmd() return value on error.

handle_fdb_query_cmd() should return an error when an error occurs, but
in this case it was always returning 0, because error is known to have
value 0 at this point.

Nothing really uses the return value here, and so eventually it would make
sense to just change the return type here and in the rest of the
handle_*() functions to void.
vswitchd/ovs-brcompatd.c