ovs-vsctl: Fix parsing of short SSL options.
authorBen Pfaff <blp@nicira.com>
Mon, 16 Aug 2010 22:54:47 +0000 (15:54 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 19 Aug 2010 16:42:13 +0000 (09:42 -0700)
commita2a9d2d9df6fdc80438760b7e343baba7dcc817d
tree4c87b61d27808dd81552dff72e20095719887d96
parentd006d0ccb0bc2f227b5765577f69c9ad77353b91
ovs-vsctl: Fix parsing of short SSL options.

The short versions of the SSL options (e.g. -p, -c, -C) did not work,
because they were not in the string passed to getopt_long().  This commit
fixes the problem and should avoid its recurrence with any other short
options that we add in the future.
utilities/ovs-vsctl.c