Explorar o código

check_junos_bgp: small mistake in contexts..

Rico Glöckner %!s(int64=12) %!d(string=hai) anos
pai
achega
c3786e5ae1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      check_junos_bgp.pl

+ 1 - 1
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;