From f3ef4b4563d472541a4b93a397ab58351b976e44 Mon Sep 17 00:00:00 2001 From: Gaurav Sinha Date: Wed, 20 Jun 2012 16:14:09 -0700 Subject: fix bug 8165 --- scripts/vyatta-show-conntrack.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/vyatta-show-conntrack.pl b/scripts/vyatta-show-conntrack.pl index e5b2629..f1f67c2 100755 --- a/scripts/vyatta-show-conntrack.pl +++ b/scripts/vyatta-show-conntrack.pl @@ -46,7 +46,7 @@ sub print_xml { my %flowh; my $tcount = 0; - $href = process_protocols(); + $href = Vyatta::Conntrack::ConntrackUtil::process_protocols(); while (1) { my $meta = 0; last if ! defined $data->{flow}[$flow]; -- cgit v1.2.3