Skip to content

Commit

Permalink
whoops, DEFAULT_PARAMS is already a hash
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Maher committed Aug 24, 2016
1 parent 72ba381 commit 435332d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/net/ldap.rb
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ def self.result2string(code) #:nodoc:
# # ... set host, bind dn, etc ...
# encryption: {
# method: :simple_tls,
# tls_options: { OpenSSL::SSL::SSLContext::DEFAULT_PARAMS },
# tls_options: OpenSSL::SSL::SSLContext::DEFAULT_PARAMS,
# }
# )
#
Expand Down

0 comments on commit 435332d

Please sign in to comment.