check_junos_bgp: small mistake in contexts..
This commit is contained in:
parent
57f3eba575
commit
c3786e5ae1
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue