forked from extern/shorewall_code
Fix bug in handling of -p option
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
7557b4b5fb
commit
928b162d3c
@ -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*)
|
||||
|
Loading…
Reference in New Issue
Block a user