Browse Source

HPCC-9063 Fix regression handling non dynamic filenames in roxie

Signed-off-by: Gavin Halliday <gavin.halliday@lexisnexis.com>

Conflicts:

	roxie/ccd/ccdserver.cpp

Signed-off-by: Richard Chapman <rchapman@hpccsystems.com>
Gavin Halliday 12 years ago
parent
commit
e9bee1d68c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      roxie/ccd/ccdserver.cpp

+ 1 - 1
roxie/ccd/ccdserver.cpp

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