ovs-brcompatd: Use error instead of pointer in handle_fdb_query_cmd().
authorBen Pfaff <blp@nicira.com>
Wed, 10 Feb 2010 19:07:28 +0000 (11:07 -0800)
committerBen Pfaff <blp@nicira.com>
Thu, 11 Feb 2010 18:35:28 +0000 (10:35 -0800)
commit4869f1b170c1741fbc8f81123d0fe5fc1ba3a282
treed647daa44bd95b9dd6ffa5a8dcfa3daee37c19b5
parent02ef592c379d359bb447ae5fbb709e485dcb5103
ovs-brcompatd: Use error instead of pointer in handle_fdb_query_cmd().

It is safe to use either value here but as long as we are saving the
error value we might as well use it.

Found by Clang (http://clang-analyzer.llvm.org/).
vswitchd/ovs-brcompatd.c