Skip to content

Commit

Permalink
Merge pull request mongoid#81 from telent/master
Browse files Browse the repository at this point in the history
call OpenSSL::SSL::SSLSocket#connect
  • Loading branch information
durran committed Oct 3, 2012
2 parents 4ff5bac + f36d407 commit c25daa6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/moped/sockets/ssl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ def initialize(host, port)
handle_socket_errors do
@socket = TCPSocket.new(host, port)
super(socket)
connect
end
end

Expand Down

0 comments on commit c25daa6

Please sign in to comment.