From 005a53046f71de2ea6a6d5b4d805491fd5a7a41c Mon Sep 17 00:00:00 2001 From: teastep Date: Mon, 16 Jan 2006 16:49:09 +0000 Subject: [PATCH] Correct locking on 'reload' -- Take 2 git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@3300 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall/shorewall | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shorewall/shorewall b/Shorewall/shorewall index b7ec414e8..4c21f2346 100755 --- a/Shorewall/shorewall +++ b/Shorewall/shorewall @@ -969,7 +969,7 @@ case "$1" in [ -n "$nolock" ] || mutex_on if $SHOREWALL_SHELL $FIREWALL $debugging $nolock compile /var/lib/shorewall/.reload; then - $0 $(make_quiet) restore nolock .reload + $0 nolock $(make_quiet) restore .reload fi [ -n "$nolock" ] || mutex_off