ovs-vsctl: Fix unitialized variables.
authorJesse Gross <jesse@nicira.com>
Fri, 16 Jul 2010 01:04:10 +0000 (18:04 -0700)
committerJesse Gross <jesse@nicira.com>
Fri, 16 Jul 2010 17:32:13 +0000 (10:32 -0700)
commitaf9af3e21d307b5de2cdb69aecb3b8b5e7505cbc
tree041f2e69552b87fd303490c74d43af9287980322
parente111e681e36810ac4c5a87c1428ac243ded0ab23
ovs-vsctl: Fix unitialized variables.

The compiler pointed out two variables that it thought were used
without being initialized.  The first was just a spurious warning
but the second could result in an unitialized pointer being freed.
This fixes both of those issues.
utilities/ovs-vsctl.c