diff options
author | Eric Milkie <milkie@10gen.com> | 2012-08-22 14:39:14 -0400 |
---|---|---|
committer | Eric Milkie <milkie@10gen.com> | 2012-08-22 14:41:00 -0400 |
commit | c5fa65e7f79115b240ff79b51cbd9fb3e7eeb55d (patch) | |
tree | d185e8422a53457e899d86430d7af5bf850a68db /src | |
parent | 380b30c4843fb82e9cc378837e66b83567c16814 (diff) | |
download | mongo-c5fa65e7f79115b240ff79b51cbd9fb3e7eeb55d.tar.gz |
fix compilation for test binary
Diffstat (limited to 'src')
-rw-r--r-- | src/mongo/dbtests/replsettests.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/dbtests/replsettests.cpp b/src/mongo/dbtests/replsettests.cpp index baf269389cd..74343af2b07 100644 --- a/src/mongo/dbtests/replsettests.cpp +++ b/src/mongo/dbtests/replsettests.cpp @@ -178,7 +178,7 @@ namespace ReplSetTests { bool retry; // instead of actually applying operations, we return success or failure - virtual bool syncApply(const BSONObj& o) { + virtual bool syncApply(const BSONObj& o, bool convertUpdateToUpsert) { step++; if ((failOnStep == FAIL_FIRST_APPLY && step == 1) || |