summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/replication_coordinator_noop.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/repl/replication_coordinator_noop.cpp')
-rw-r--r--src/mongo/db/repl/replication_coordinator_noop.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mongo/db/repl/replication_coordinator_noop.cpp b/src/mongo/db/repl/replication_coordinator_noop.cpp
index a85689d66e3..5d703311b4a 100644
--- a/src/mongo/db/repl/replication_coordinator_noop.cpp
+++ b/src/mongo/db/repl/replication_coordinator_noop.cpp
@@ -299,7 +299,8 @@ ReplSetConfig ReplicationCoordinatorNoOp::getConfig() const {
}
void ReplicationCoordinatorNoOp::processReplSetGetConfig(BSONObjBuilder* result,
- bool commitmentStatus) {
+ bool commitmentStatus,
+ bool includeNewlyAdded) {
MONGO_UNREACHABLE;
}