Skip to content

Commit

Permalink
HPCC4J-623 Need to read addl int before close() (#730)
Browse files Browse the repository at this point in the history
Signed-off-by: M Kelly <[email protected]>
  • Loading branch information
mckellyln authored Aug 1, 2024
1 parent 5946fbe commit 1834b0c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -889,6 +889,7 @@ else if (this.handle == 0)
{
if (dataLen == 0)
{
dataLen = dis.readInt(); // need to read addl int here ...
close();
return 0;
}
Expand Down

0 comments on commit 1834b0c

Please sign in to comment.