Skip to content

Commit

Permalink
Fix an issue of not initialize SDDL cache when deserialize HierarchyD…
Browse files Browse the repository at this point in the history
…irectoryTransfer from journal in code for .Net Core platform.
  • Loading branch information
EmmaZhu authored and vinjiang committed Dec 24, 2019
1 parent 062586d commit 9ee61e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/TransferJobs/HierarchyDirectoryTransfer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@ private void OnDeserializedCallback(StreamingContext context)
// Constructors and field initializers are not called by DCS, so initialize things here
progressUpdateLock = new ReaderWriterLockSlim();
continuationTokenLock = new object();
this.azureFileDirectorySDDLCache = new AzureFileDirectorySDDLCache();

if (!IsStreamJournal)
{
Expand Down

0 comments on commit 9ee61e3

Please sign in to comment.