Bring forward bug fix from 2.0

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@1708 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2004-10-22 19:52:53 +00:00
parent b03f513e26
commit 78b4063d90

View File

@ -4948,12 +4948,12 @@ setup_masq()
source="$networks" source="$networks"
case $networks in case $source in
*.*.*) *.*.*)
;; ;;
*) *)
networks=$(get_routed_networks $networks) networks=$(get_routed_networks $networks)
[ -z "$networks" ] && fatal_error "Unable to determine the routes through interface $networks" [ -z "$networks" ] && fatal_error "Unable to determine the routes through interface \"$source\""
networks="$networks" networks="$networks"
;; ;;
esac esac