summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2008-02-04 20:57:14 -0800
committerStephen Hemminger <stephen.hemminger@vyatta.com>2008-02-04 20:57:14 -0800
commit947f442fc870aeb2c31f016c002d2d48ea1f2552 (patch)
tree736b336c5eed24913ab7e703933c9b896ae1e61b
parenta35625b08aa22b0fd9cbd92d72af6d9d7dc49b56 (diff)
downloadvyatta-cfg-qos-947f442fc870aeb2c31f016c002d2d48ea1f2552.tar.gz
vyatta-cfg-qos-947f442fc870aeb2c31f016c002d2d48ea1f2552.zip
don't pass debug to update_interfaces
debug is global
-rwxr-xr-xscripts/vyatta-qos.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/vyatta-qos.pl b/scripts/vyatta-qos.pl
index 9526793..7680ea7 100755
--- a/scripts/vyatta-qos.pl
+++ b/scripts/vyatta-qos.pl
@@ -95,7 +95,7 @@ if ( $#delete == 1 ) {
}
if ( $#update == 2 ) {
- update_interface(@update, $debug);
+ update_interface(@update);
exit 0;
}