Explorar el Código

HPCC-9063 Fix regression handling non dynamic filenames in roxie

Signed-off-by: Gavin Halliday <gavin.halliday@lexisnexis.com>
Gavin Halliday hace 12 años
padre
commit
f27c1cf966
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      roxie/ccd/ccdserver.cpp

+ 1 - 1
roxie/ccd/ccdserver.cpp

@@ -19561,11 +19561,11 @@ public:
             eof = true;
         else
         {
-            numParts = 0;
             if (variableFileName)
             {
                 OwnedRoxieString fileName(helper.getFileName());
                 varFileInfo.setown(resolveLFN(fileName, isOpt));
+                numParts = 0;
                 if (varFileInfo)
                 {
                     Owned<IFilePartMap> map = varFileInfo->getFileMap();