diff options
| author | Steve Kemp <steve@steve.org.uk> | 2015-03-09 13:05:28 +0000 | 
|---|---|---|
| committer | Steve Kemp <steve@steve.org.uk> | 2015-03-09 13:05:28 +0000 | 
| commit | d0f94ecdf76f1a3ff9e2d0e5c0f654c2089561cd (patch) | |
| tree | b9db39bd48c6c2196a31afeeb8b28893a028117d /lib | |
| parent | 4cfe64841e7eb91a314f6e03026e5ffdcd8dcbdf (diff) | |
Removed bogus period.
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/custodian/protocoltest/ldap.rb | 2 | 
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 | 
