Bläddra i källkod

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 år sedan
förälder
incheckning
829acfc9f5
1 ändrade filer med 0 tillägg och 2 borttagningar
  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;