Browse Source

Merge pull request #5362 from afishbeck/localFileCloneSkipped

HPCC-10798 Fix publishing query not adding cluster to local files

Reviewed-By: Stuart Ort <stuart.ort@lexisnexis.com>
Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 11 năm trước cách đây
mục cha
commit
829acfc9f5
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  1. 0 2
      common/workunit/referencedfilelist.cpp

+ 0 - 2
common/workunit/referencedfilelist.cpp

@@ -343,8 +343,6 @@ void ReferencedFile::cloneInfo(IDFUhelper *helper, IUserDescriptor *user, const
         return;
     if (!(flags & (RefFileRemote | RefFileForeign | RefFileNotOnCluster)))
         return;
-    if (!daliip.length())
-        return;
     if (fileSrcCluster.length())
         srcCluster = fileSrcCluster;