From a4414a9695aba90cd056833c178806e229b58050 Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Wed, 3 Mar 2010 10:53:40 -0800 Subject: [PATCH] Delete references to unimplemented functions Signed-off-by: Tom Eastep --- Shorewall/shorewall | 2 -- 1 file changed, 2 deletions(-) diff --git a/Shorewall/shorewall b/Shorewall/shorewall index a0f3fcd1e..5291449d2 100755 --- a/Shorewall/shorewall +++ b/Shorewall/shorewall @@ -765,7 +765,6 @@ restart_command() { else [ -x ${VARDIR}/firewall ] || fatal_error "No ${VARDIR}/firewall file found" [ -n "$nolock" ] || mutex_on - do_export run_it ${VARDIR}/firewall $g_debugging restart rc=$? [ -n "$nolock" ] || mutex_off @@ -1625,7 +1624,6 @@ case "$COMMAND" in shift mutex_on [ -x $g_firewall ] || fatal_error "Shorewall has never been started" - do_exports run_it $g_firewall $g_debugging $nolock reset $@ mutex_off ;;