bundle: Avoid GCC 4.5 warning about possibly uninitialized value.
[openvswitch] / utilities / ovs-ctl.in
index a1499053dedd41115170442d3d9c584d36735f89..c783f3da85c96215e813061527f9c4f5e3e75f9a 100755 (executable)
@@ -184,7 +184,7 @@ start () {
        if test X"$MLOCKALL" != Xno; then
            set "$@" --mlockall
        fi
-       start_daemon "$VSWITCHD_PRIORITY" "$@"
+       start_daemon "$OVS_VSWITCHD_PRIORITY" "$@"
     fi
 }