Skip to content

Commit

Permalink
fixed mispelled variable
Browse files Browse the repository at this point in the history
  • Loading branch information
rabbitt committed Apr 19, 2010
1 parent 8b17717 commit d142482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/amqp/server.rb
Expand Up @@ -114,7 +114,7 @@ def start_ssl
@socket.sync_close = true
@socket.connect

if @ssl_context.verify_mode != OpenSSL::SSL::VERIFY_NONE
if ctx.verify_mode != OpenSSL::SSL::VERIFY_NONE
@socket.post_connection_check(@address)
end
end
Expand Down

0 comments on commit d142482

Please sign in to comment.