Skip to content

Commit 435332d

Browse files
author
Tom Maher
committed
whoops, DEFAULT_PARAMS is already a hash
1 parent 72ba381 commit 435332d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: lib/net/ldap.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ def self.result2string(code) #:nodoc:
510510
# # ... set host, bind dn, etc ...
511511
# encryption: {
512512
# method: :simple_tls,
513-
# tls_options: { OpenSSL::SSL::SSLContext::DEFAULT_PARAMS },
513+
# tls_options: OpenSSL::SSL::SSLContext::DEFAULT_PARAMS,
514514
# }
515515
# )
516516
#

0 commit comments

Comments
 (0)