浏览代码

Merge branch 'hpcc-9631' into candidate-4.0.0

Signed-off-by: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 12 年之前
父节点
当前提交
f0fd5a6666
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      thorlcr/activities/keyedjoin/thkeyedjoinslave.cpp

+ 1 - 1
thorlcr/activities/keyedjoin/thkeyedjoinslave.cpp

@@ -1877,7 +1877,7 @@ public:
             do
             {
                 IPartDescriptor &filePart = indexParts.item(ip++);
-                unsigned crc;
+                unsigned crc=0;
                 filePart.getCrc(crc);
                 RemoteFilename rfn;
                 filePart.getFilename(0, rfn);