From f87c478c83075ddbe9bd38df8d3c9bf4cc3d0e48 Mon Sep 17 00:00:00 2001 From: el_cubano Date: Sun, 9 Mar 2008 20:09:17 +0000 Subject: [PATCH] Fix wrong declaration. git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@8278 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall-shell/lib.tc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shorewall-shell/lib.tc b/Shorewall-shell/lib.tc index bad2757b2..e496e4a5a 100644 --- a/Shorewall-shell/lib.tc +++ b/Shorewall-shell/lib.tc @@ -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"