Correctl duplicate interface message

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@80 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2002-06-18 15:50:16 +00:00
parent d5bfd4e40a
commit 332352bc6f

View File

@ -444,7 +444,7 @@ validate_interfaces_file() {
[ "x$z" = "x-" ] || validate_zone $z || startup_error "Invalid zone ($z) in record \"$r\""
list_search $interface $all_interfaces && \
startup_error "Duplicate Interface $intr"
startup_error "Duplicate Interface $interface"
all_interfaces="$all_interfaces $interface"