diff options
-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; } |