From 40840f6a54b30ea018d62dc6f68a2f18e87e37d4 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Thu, 6 Nov 2008 10:07:41 -0800 Subject: [PATCH] Fix typo in code to set core limit that broke the openflow-switch init script. --- debian/openflow-switch.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/openflow-switch.init b/debian/openflow-switch.init index 1df4ea0b9..fcac21f91 100755 --- a/debian/openflow-switch.init +++ b/debian/openflow-switch.init @@ -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: " -- 2.43.0