ovs-vsctl: Don't mask timeout argument
authorJustin Pettit <jpettit@nicira.com>
Fri, 15 Jan 2010 02:06:33 +0000 (18:06 -0800)
committerJustin Pettit <jpettit@nicira.com>
Fri, 15 Jan 2010 02:08:52 +0000 (18:08 -0800)
commit1626118f265eb7bdaeaa23a1d5c9228503eaaf02
tree242cc52768efdcdf8fd362f3911172bf1980516c
parent1723e50ed23af9c66c06e2f899ec6eedce20de80
ovs-vsctl: Don't mask timeout argument

ovs-vsctl supports the "--timeout" option, which specifies the amount
of time that the operation is allowed to take before a SIGALRM is
raised.  The code that parsed options had a local "timeout" that masked
the global one that was supposed to be set.
utilities/ovs-vsctl.c