forked from extern/shorewall_code
Delete references to prenet subsystem locks.
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
43afd03b9b
commit
7625b4069b
@ -256,7 +256,6 @@ case "$COMMAND" in
|
||||
clear_firewall
|
||||
status=0
|
||||
if [ -n "$SUBSYSLOCK" ]; then
|
||||
rm -f ${SUBSYSLOCK}-prenet
|
||||
rm -f $SUBSYSLOCK
|
||||
fi
|
||||
progress_message3 "done."
|
||||
|
@ -257,7 +257,6 @@ else
|
||||
clear_firewall
|
||||
status=0
|
||||
if [ -n "$SUBSYSLOCK" ]; then
|
||||
rm -f ${SUBSYSLOCK}-prenet
|
||||
rm -f $SUBSYSLOCK
|
||||
fi
|
||||
progress_message3 "done."
|
||||
|
Loading…
Reference in New Issue
Block a user