summaryrefslogtreecommitdiff
path: root/lib/custodian/protocoltest/dnsbl.rb
diff options
context:
space:
mode:
authorSteve Kemp <steve@steve.org.uk>2013-08-09 11:04:31 +0100
committerSteve Kemp <steve@steve.org.uk>2013-08-09 11:04:31 +0100
commitcff669430bd9f00418f8f699e00ee919f95d167c (patch)
tree7df3886f0d43ff4270ca0eaca5a3931af721c5ab /lib/custodian/protocoltest/dnsbl.rb
parent81392f873d845529b6fd0c75121f959f22cae38e (diff)
Fixed syntax error.
Diffstat (limited to 'lib/custodian/protocoltest/dnsbl.rb')
-rw-r--r--lib/custodian/protocoltest/dnsbl.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/custodian/protocoltest/dnsbl.rb b/lib/custodian/protocoltest/dnsbl.rb
index b043f61..7f96768 100644
--- a/lib/custodian/protocoltest/dnsbl.rb
+++ b/lib/custodian/protocoltest/dnsbl.rb
@@ -93,7 +93,7 @@ module Custodian
end
else
- @error "#{@host} wasn't an IP address"
+ @error = "#{@host} wasn't an IP address"
return true
end
end