From 16affb8426129c78732f64dc87efb7b609223073 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Sun, 7 Feb 2010 16:45:12 +0100 Subject: [PATCH 1/1] dsa-check-zone-rrsig-expiration: make it compile --- dsa-nagios-checks/checks/dsa-check-zone-rrsig-expiration | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dsa-nagios-checks/checks/dsa-check-zone-rrsig-expiration b/dsa-nagios-checks/checks/dsa-check-zone-rrsig-expiration index e8e411c..a915c4b 100755 --- a/dsa-nagios-checks/checks/dsa-check-zone-rrsig-expiration +++ b/dsa-nagios-checks/checks/dsa-check-zone-rrsig-expiration @@ -115,7 +115,7 @@ sub do_recursion { foreach my $ns (shuffle @refs) { print STDERR "sending query for $zone RRSIG to $ns\n" if $opts{d}; $res->nameserver($ns); - $res->udp_timeout($opt{t}); + $res->udp_timeout($opts{t}); $res->udppacketsize(4096); $pkt = $res->send($zone, 'RRSIG'); last if $pkt; -- 2.20.1