Fix obscure bug

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@3348 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2006-01-22 05:51:39 +00:00
parent 35af148450
commit 686a9e9e9f

View File

@ -7303,6 +7303,8 @@ setup_masq()
source="${networks:=0.0.0.0/0}"
detectinterface=
case $source in
*.*.*|+*|!+*)
;;
@ -7314,7 +7316,6 @@ setup_masq()
networks=$(get_routed_networks $networks)
[ -z "$networks" ] && fatal_error "Unable to determine the routes through interface \"$source\""
networks="$networks"
detectinterface=
fi
;;
esac