Delete references to prenet subsystem locks.

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2010-06-03 12:31:39 -07:00
parent 43afd03b9b
commit 7625b4069b
2 changed files with 0 additions and 2 deletions

View File

@ -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."

View File

@ -257,7 +257,6 @@ else
clear_firewall
status=0
if [ -n "$SUBSYSLOCK" ]; then
rm -f ${SUBSYSLOCK}-prenet
rm -f $SUBSYSLOCK
fi
progress_message3 "done."