Fix wrong declaration.

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@8278 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
el_cubano 2008-03-09 20:09:17 +00:00
parent fcea8abc60
commit f87c478c83

View File

@ -122,7 +122,7 @@ setup_traffic_shaping()
validate_tcdevices_file() {
progress_message2 "Validating $devfile..."
local device local device inband outband
local device inband outband
while read device inband outband; do
tcdev="$device $inband $outband"
check_defmark_for_dev $device || fatal_error "Option default is not defined for any class in tcclasses for interface $device"