Skip to content

Commit e307f27

Browse files
committed
Merge remote-tracking branch 'origin/candidate-9.6.x' into candidate-9.8.x
Signed-off-by: Gordon Smith <[email protected]> # Conflicts: # commons-hpcc/pom.xml # dfsclient/pom.xml # pom.xml # wsclient/pom.xml
2 parents da03cdc + 250798b commit e307f27

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dfsclient/src/main/java/org/hpccsystems/dfs/client/RowServiceInputStream.java

+1
Original file line numberDiff line numberDiff line change
@@ -986,6 +986,7 @@ else if (this.handle == 0)
986986
{
987987
if (dataLen == 0)
988988
{
989+
dataLen = dis.readInt(); // need to read addl int here ...
989990
close();
990991
return 0;
991992
}

0 commit comments

Comments
 (0)