0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-30 17:10:48 +01:00

windows compile

This commit is contained in:
Eliot Horowitz 2010-03-12 10:42:03 -05:00
parent 74e22e9d73
commit 44057b4e1c

View File

@ -385,6 +385,7 @@ namespace mongo {
virtual bool adminOnly(){ return true; }
virtual bool run(const char *ns, BSONObj& cmdObj, string& errmsg, BSONObjBuilder& result, bool fromRepl) {
rotateLogs();
return 1;
}
} logRotateCmd;