diff options
| author | Antonin Kral <a.kral@bobek.cz> | 2013-07-17 16:21:49 +0200 |
|---|---|---|
| committer | Antonin Kral <a.kral@bobek.cz> | 2013-07-17 16:21:49 +0200 |
| commit | e3904bf97e74cbbe5dde6b3abc3e797ad7d26b5d (patch) | |
| tree | f2d76fa86bfce0e897a616e02551bdd7d9913682 /src/mongo/db/client.cpp | |
| parent | bef4346b845150d5318fd7a0acb43554f0d40a06 (diff) | |
Imported Upstream version 2.4.5upstream/2.4.5
Diffstat (limited to 'src/mongo/db/client.cpp')
| -rw-r--r-- | src/mongo/db/client.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/client.cpp b/src/mongo/db/client.cpp index 713e8da07a4..a3ec1c5c674 100644 --- a/src/mongo/db/client.cpp +++ b/src/mongo/db/client.cpp @@ -388,7 +388,7 @@ namespace mongo { _handshake = b.obj(); if (theReplSet && o.hasField("member")) { - theReplSet->ghost->associateSlave(_remoteId, o["member"].Int()); + theReplSet->registerSlave(_remoteId, o["member"].Int()); } } |
