mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-14 02:27:40 -04:00
Get rid of GuidGenerate calls.
This commit is contained in:
@ -5624,7 +5624,7 @@ unsigned NetCliAuthVaultNodeSave (
|
||||
node->dirtyFlags |= NetVaultNode::kNodeType;
|
||||
|
||||
// We're definitely saving this node, so assign a revisionId
|
||||
node->revisionId = GuidGenerate();
|
||||
node->revisionId = (Uuid)plUUID::Generate();
|
||||
|
||||
ARRAY(uint8_t) buffer;
|
||||
unsigned bytes = node->Write_LCS(&buffer, NetVaultNode::kRwDirtyOnly | NetVaultNode::kRwUpdateDirty);
|
||||
|
Reference in New Issue
Block a user