Skip to content

Commit

Permalink
Update sync.d
Browse files Browse the repository at this point in the history
* Add further driveId check when updating Shared Folder DB Tie record entry with correct values
  • Loading branch information
abraunegg committed Jan 22, 2025
1 parent 2ee3930 commit f565390
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/sync.d
Original file line number Diff line number Diff line change
Expand Up @@ -2606,6 +2606,9 @@ class SyncEngine {
addLogEntry(" sharedFolderDatabaseTie.type = ItemType.root", ["debug"]);
}
sharedFolderDatabaseTie.type = ItemType.root;

// Issue #3072 - Validate sharedFolderDatabaseTie.driveId length and case
sharedFolderDatabaseTie.driveId = testParentReferenceForLengthIssue(sharedFolderDatabaseTie.driveId);
}

// Log action
Expand Down

0 comments on commit f565390

Please sign in to comment.