Parcourir la source

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

Signed-off-by: Jake Smith <jake.smith@lexisnexis.com>
Jake Smith il y a 12 ans
Parent
commit
2eed69a944
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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;
     }
 };