mirror of
https://github.com/mongodb/mongo.git
synced 2024-12-01 09:32:32 +01:00
comment
This commit is contained in:
parent
16b07128f3
commit
e8e4fd2d3c
@ -20,6 +20,7 @@ namespace mongo {
|
||||
_done = false;
|
||||
|
||||
do {
|
||||
// TODO: only create _id when needed
|
||||
_id = security.getNonce();
|
||||
} while ( _id == 0 );
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user