From 41da8d045c29f3b960cf0e970d7e010686b6936a Mon Sep 17 00:00:00 2001 From: Patrick J Cherry Date: Thu, 11 Dec 2014 13:54:40 +0000 Subject: Fixed typo --- lib/custodian/protocoltest/dns.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/custodian') diff --git a/lib/custodian/protocoltest/dns.rb b/lib/custodian/protocoltest/dns.rb index f96325b..b4506e0 100644 --- a/lib/custodian/protocoltest/dns.rb +++ b/lib/custodian/protocoltest/dns.rb @@ -143,7 +143,7 @@ module Custodian return nil end - Resolv::DNS.open(:nameserver=>[server_ip]) do |dns| + Resolv::DNS.open(:nameserver=>[@server_ip]) do |dns| case ltype when /^A$/ then -- cgit v1.2.1