check_junos_bgp: small mistake in contexts..

This commit is contained in:
Rico Glöckner 2013-02-28 08:37:23 +01:00
parent 57f3eba575
commit c3786e5ae1

View file

@ -346,7 +346,7 @@ sub get_neighbor_information
$res = send_query($device, $query, \%args); $res = send_query($device, $query, \%args);
} else { } else {
my $res = send_query($device, $query); $res = send_query($device, $query);
} }
my $err; my $err;