summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorSteve Kemp <steve@steve.org.uk>2015-03-09 13:05:28 +0000
committerSteve Kemp <steve@steve.org.uk>2015-03-09 13:05:28 +0000
commit5cc24f3a9a25a4214f1ee85a24960cce9f4f9516 (patch)
tree084a6d2a46235bd6e07baf8192940a385e607392 /lib
parent7bde57ae8fce8ce55a44cc31727bfc08f2369fe9 (diff)
Removed bogus period.
Diffstat (limited to 'lib')
-rw-r--r--lib/custodian/protocoltest/ldap.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/custodian/protocoltest/ldap.rb b/lib/custodian/protocoltest/ldap.rb
index 53257a0..fd02623 100644
--- a/lib/custodian/protocoltest/ldap.rb
+++ b/lib/custodian/protocoltest/ldap.rb
@@ -124,7 +124,7 @@ module Custodian
return true
else
@error = "failed to bind to LDAP server '#{@host}' with username '#{@ldap_user}' and password '#{@ldap_pass}'"
- return false.
+ return false
end
end
rescue LDAP::ResultError => ex