We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 062586d commit 9ee61e3Copy full SHA for 9ee61e3
lib/TransferJobs/HierarchyDirectoryTransfer.cs
@@ -220,6 +220,7 @@ private void OnDeserializedCallback(StreamingContext context)
220
// Constructors and field initializers are not called by DCS, so initialize things here
221
progressUpdateLock = new ReaderWriterLockSlim();
222
continuationTokenLock = new object();
223
+ this.azureFileDirectorySDDLCache = new AzureFileDirectorySDDLCache();
224
225
if (!IsStreamJournal)
226
{
0 commit comments