Skip to content

Commit 9ee61e3

Browse files
EmmaZhuvinjiang
authored andcommitted
Fix an issue of not initialize SDDL cache when deserialize HierarchyDirectoryTransfer from journal in code for .Net Core platform.
1 parent 062586d commit 9ee61e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/TransferJobs/HierarchyDirectoryTransfer.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,7 @@ private void OnDeserializedCallback(StreamingContext context)
220220
// Constructors and field initializers are not called by DCS, so initialize things here
221221
progressUpdateLock = new ReaderWriterLockSlim();
222222
continuationTokenLock = new object();
223+
this.azureFileDirectorySDDLCache = new AzureFileDirectorySDDLCache();
223224

224225
if (!IsStreamJournal)
225226
{

0 commit comments

Comments
 (0)