summaryrefslogtreecommitdiff
path: root/db/dbcommands_generic.cpp
diff options
context:
space:
mode:
authordwight <dwight@10gen.com>2010-11-29 11:02:27 -0500
committerdwight <dwight@10gen.com>2010-11-29 11:02:27 -0500
commit21c146794d880a7e3227ef59b5d2d35629c3e291 (patch)
treecd5d983de589a0f70bb642d87d6971a060313d49 /db/dbcommands_generic.cpp
parent1319d64c6a3d81986202d6fbf64e29894875d586 (diff)
downloadmongo-21c146794d880a7e3227ef59b5d2d35629c3e291.tar.gz
compile
Diffstat (limited to 'db/dbcommands_generic.cpp')
-rw-r--r--db/dbcommands_generic.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/dbcommands_generic.cpp b/db/dbcommands_generic.cpp
index 3aebf34ad49..59e126f98b5 100644
--- a/db/dbcommands_generic.cpp
+++ b/db/dbcommands_generic.cpp
@@ -161,7 +161,7 @@ namespace mongo {
}
// todo: should getParameters be not in dbcommands_generic?
assert( /*replSettings.slavedelay == 0 || */ b == 1 );
- assert( replSettings.slave );
+ //assert( replSettings.slave );
replApplyBatchSize = b;
s++;
}