Release Open vSwitch 0.99.0.
[openvswitch] / utilities / ovs-vsctl.in
index bef868cfc71096e53ae53f3767ab53f19fcc2c46..06dbabb19855758b1083a975a4df2682da899d7c 100755 (executable)
@@ -158,7 +158,7 @@ def do_cfg_save(cfg, file):
             file.write("%s=%s\n" % (key, value))
 
 def cfg_reload():
-    target = VSWITCHD_TARGET
+    target = vswitchd_target
     if not target.startswith('/'):
         pid = read_first_line_of_file('%s/%s.pid' % ('@RUNDIR@', target))
         target = '%s/%s.%s.ctl' % ('@RUNDIR@', target, pid)