ovs-vsctl: Fix traceback when telling target to reload
authorJustin Pettit <jpettit@nicira.com>
Fri, 4 Dec 2009 22:11:53 +0000 (14:11 -0800)
committerJustin Pettit <jpettit@nicira.com>
Fri, 4 Dec 2009 22:11:53 +0000 (14:11 -0800)
commita47f0840240e024071aa4a0e2ed27630f1337d68
tree81ad6f4b89f9dccdceed371ad4d33922644eb03d
parent6c88d577e83db12f73df12be8fc575419b011fda
ovs-vsctl: Fix traceback when telling target to reload

The code to tell the target to reload was referencing a non-existent
global variable to determine the target.  This change uses the correct
one.
utilities/ovs-vsctl.in