summaryrefslogtreecommitdiff
path: root/client/dbclient.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'client/dbclient.cpp')
-rw-r--r--client/dbclient.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/dbclient.cpp b/client/dbclient.cpp
index 109a19bee2b..e50516db128 100644
--- a/client/dbclient.cpp
+++ b/client/dbclient.cpp
@@ -915,7 +915,7 @@ namespace mongo {
uassert( 10009 , "checkmaster: no master found", false);
}
- inline DBClientConnection& DBClientPaired::checkMaster() {
+ DBClientConnection& DBClientPaired::checkMaster() {
if ( master > NotSetR ) {
// a master is selected. let's just make sure connection didn't die
DBClientConnection& c = master == Left ? left : right;