From c3786e5ae15d21c14f99ced0aafcd7935956782f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rico=20Gl=C3=B6ckner?= Date: Thu, 28 Feb 2013 08:37:23 +0100 Subject: [PATCH] check_junos_bgp: small mistake in contexts.. --- check_junos_bgp.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check_junos_bgp.pl b/check_junos_bgp.pl index a435a5e..e0f259d 100755 --- a/check_junos_bgp.pl +++ b/check_junos_bgp.pl @@ -346,7 +346,7 @@ sub get_neighbor_information $res = send_query($device, $query, \%args); } else { - my $res = send_query($device, $query); + $res = send_query($device, $query); } my $err;