diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-02-04 20:57:14 -0800 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-02-04 20:57:14 -0800 |
commit | 947f442fc870aeb2c31f016c002d2d48ea1f2552 (patch) | |
tree | 736b336c5eed24913ab7e703933c9b896ae1e61b /scripts | |
parent | a35625b08aa22b0fd9cbd92d72af6d9d7dc49b56 (diff) | |
download | vyatta-cfg-qos-947f442fc870aeb2c31f016c002d2d48ea1f2552.tar.gz vyatta-cfg-qos-947f442fc870aeb2c31f016c002d2d48ea1f2552.zip |
don't pass debug to update_interfaces
debug is global
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/vyatta-qos.pl | 2 |
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; } |