ovs-vsctl: Simplify parse_column_key_value().
authorBen Pfaff <blp@nicira.com>
Wed, 23 Feb 2011 20:20:38 +0000 (12:20 -0800)
committerBen Pfaff <blp@nicira.com>
Wed, 23 Feb 2011 23:14:42 +0000 (15:14 -0800)
commit4a433a0fc58cd29612d349bf0fc4da73d97d0aed
tree53c1fbcc1cfa218066da6d60fba0bc8bd2f68608
parent1cec7ca1a2d9341b6c69d9b6c19792b341db3f6e
ovs-vsctl: Simplify parse_column_key_value().

Coverity pointed out some inconsistencies on tests for whether columnp and
keyp were nonnull.  These tests were, at best, confusing, but in fact every
caller always passed nonnull for both parameters, so this commit drops all
of those tests.

Coverity #10715, 10710.
utilities/ovs-vsctl.c