From 0bf36f892de68c91f62da36cc0e20473f338f860 Mon Sep 17 00:00:00 2001 From: Michael Larson Date: Tue, 1 Dec 2009 17:05:30 -0800 Subject: fix for bug 4999 --- lib/Vyatta/Config.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Vyatta/Config.pm b/lib/Vyatta/Config.pm index b7d9050..7b999b2 100755 --- a/lib/Vyatta/Config.pm +++ b/lib/Vyatta/Config.pm @@ -409,7 +409,7 @@ sub returnValues { # node is relative sub returnOrigPlusComValues { my ( $self, $path ) = @_; - my @values = returnValues($self,$path); + my @values = returnOrigValues($self,$path); #now parse the commit accounting file. my $level = $self->{_level}; -- cgit v1.2.3