diff options
-rwxr-xr-x | scripts/vyatta-config-gen-sets.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/vyatta-config-gen-sets.pl b/scripts/vyatta-config-gen-sets.pl index 566570e..e364dfa 100755 --- a/scripts/vyatta-config-gen-sets.pl +++ b/scripts/vyatta-config-gen-sets.pl @@ -40,6 +40,7 @@ if (scalar(@all_nodes) == 0) { my $ret = 0; foreach (@all_nodes) { + my ($path_ref) = @$_; my $cmd = "set " . (join ' ', @$path_ref); print "$cmd\n"; } |