From 1905a4cefe161e83b1c35558d2354a6c9f987e3d Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Mon, 22 Nov 2010 16:41:10 -0800 Subject: typo in tunnel cleanup --- scripts/vyatta-tunnel-cleanup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/vyatta-tunnel-cleanup b/scripts/vyatta-tunnel-cleanup index fdca80a3..41b34922 100644 --- a/scripts/vyatta-tunnel-cleanup +++ b/scripts/vyatta-tunnel-cleanup @@ -4,7 +4,7 @@ # the underlying tunnel link, if all tunnels of that type are gone. # Create map of encapsulations still in use -my $confg = new Vyatta::Config; +my $config = new Vyatta::Config; $config->setLevel("interfaces tunnel"); my %tunnel; foreach my $tun ($config->listNodes()) { -- cgit v1.2.3