0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00
This commit is contained in:
Eliot Horowitz 2009-12-23 15:57:32 -05:00
parent 16b07128f3
commit e8e4fd2d3c

View File

@ -20,6 +20,7 @@ namespace mongo {
_done = false;
do {
// TODO: only create _id when needed
_id = security.getNonce();
} while ( _id == 0 );