Sfoglia il codice sorgente

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

Signed-off-by: Jake Smith <jake.smith@lexisnexis.com>
Jake Smith 12 anni fa
parent
commit
2eed69a944
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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;
     }
 };