Fix typo in code to set core limit that broke the openflow-switch init script.
authorBen Pfaff <blp@nicira.com>
Thu, 6 Nov 2008 18:07:41 +0000 (10:07 -0800)
committerBen Pfaff <blp@nicira.com>
Thu, 6 Nov 2008 18:07:41 +0000 (10:07 -0800)
debian/openflow-switch.init

index 1df4ea0..fcac21f 100755 (executable)
@@ -257,7 +257,7 @@ case "$1" in
         fi
 
         if test -n "$CORE_LIMIT"; then
-            check_ops "Setting core limit to $CORE_LIMIT" ulimit -c "$CORE_LIMIT"
+            check_op "Setting core limit to $CORE_LIMIT" ulimit -c "$CORE_LIMIT"
         fi
 
        echo -n "Starting $DESC: "