From 947f442fc870aeb2c31f016c002d2d48ea1f2552 Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Mon, 4 Feb 2008 20:57:14 -0800 Subject: don't pass debug to update_interfaces debug is global --- scripts/vyatta-qos.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- cgit v1.2.3