From: Peter Palfrader Date: Sun, 7 Feb 2010 15:45:12 +0000 (+0100) Subject: dsa-check-zone-rrsig-expiration: make it compile X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;ds=sidebyside;h=16affb8426129c78732f64dc87efb7b609223073;hp=87a36932ac152ea9fcc1366139cfaf978a48566b;p=mirror%2Fdsa-nagios.git dsa-check-zone-rrsig-expiration: make it compile --- 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;