ソースを参照

HPCC-8274 - Fix compile issue introduced by gh-3681

Signed-off-by: Jake Smith <jake.smith@lexisnexis.com>
Jake Smith 12 年 前
コミット
2eed69a944
1 ファイル変更1 行追加0 行削除
  1. 1 0
      system/mp/mpcomm.cpp

+ 1 - 0
system/mp/mpcomm.cpp

@@ -180,6 +180,7 @@ struct MultiPacketHeader
         out.append(",idx=").append(idx);
         out.append(",numparts=").append(numparts);
         out.append(",total=").append(total);
+        return out;
     }
 };