Browse Source

HPCC-26921 Add fix for related issue

Signed-off-by: Jake Smith <jake.smith@lexisnexisrisk.com>
Jake Smith 3 năm trước cách đây
mục cha
commit
df3e804c90
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      thorlcr/activities/thdiskbase.cpp

+ 1 - 0
thorlcr/activities/thdiskbase.cpp

@@ -72,6 +72,7 @@ void CDiskReadMasterBase::init()
             unsigned numsubs = super?super->numSubFiles(true):0;
             if (0 != (helper->getFlags() & TDRfilenamecallback)) // only get/serialize if using virtual file name fields
             {
+                subfileLogicalFilenames.kill();
                 for (unsigned s=0; s<numsubs; s++)
                 {
                     IDistributedFile &subfile = super->querySubFile(s, true);