We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f80ad17 commit 3da49b9Copy full SHA for 3da49b9
lib/mongo/repl_set_connection.rb
@@ -306,11 +306,11 @@ def slave_ok?
306
end
307
308
def authenticate_pools
309
- pools.each { |pool| pool.authenticate_existing }
+ @manager.pools.each { |pool| pool.authenticate_existing }
310
311
312
def logout_pools(db)
313
- pools.each { |pool| pool.logout_existing(db) }
+ @manager.pools.each { |pool| pool.logout_existing(db) }
314
315
316
# Generic socket checkout
0 commit comments