Browse Source

Merge branch 'hpcc-9631' into candidate-4.0.0

Signed-off-by: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 12 years ago
parent
commit
f0fd5a6666
1 changed files with 1 additions and 1 deletions
  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);