allow initial sync source to change

This commit is contained in:
Kristina
2011-09-29 16:39:11 -04:00
parent f8a70a8865
commit 97f9755a60

View File

@@ -210,8 +210,6 @@ namespace mongo {
sethbmsg("initial sync query minValid",0);
isyncassert( "initial sync source must remain readable throughout our initial sync", source->state().readable() );
/* our cloned copy will be strange until we apply oplog events that occurred
through the process. we note that time point here. */
BSONObj minValid = r.getLastOp(rsoplog);