fix paired connection find master

This commit is contained in:
Mike Dirolf 2009-08-24 10:51:15 -04:00
parent ad74f0d9d8
commit 604f85513f
1 changed files with 2 additions and 2 deletions

View File

@ -154,11 +154,11 @@ module Mongo
is_master = master?
@semaphore.lock if semaphore_is_locked
break if @slave_ok || is_master
@slave_ok || is_master
rescue SocketError, SystemCallError, IOError => ex
close if @socket
false
end
@socket
}
raise "error: failed to connect to any given host:port" unless @socket
end