Skip to content

Commit

Permalink
fix compilation for test binary
Browse files Browse the repository at this point in the history
  • Loading branch information
milkie committed Aug 22, 2012
1 parent 38b8993 commit dfe1d7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mongo/dbtests/replsettests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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) ||
Expand Down

0 comments on commit dfe1d7c

Please sign in to comment.