Fix bug in handling of -p option

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2010-03-06 08:12:04 -08:00
parent 7557b4b5fb
commit 928b162d3c

View File

@ -78,7 +78,7 @@ while [ $finished -eq 0 -a $# -gt 0 ]; do
option=${option#t}
;;
p*)
g_noroutes=Yes
g_purge=Yes
option=${option#p}
;;
r*)