Skip to content

Commit

Permalink
Fixed merge issues
Browse files Browse the repository at this point in the history
  • Loading branch information
merlimat committed Feb 27, 2023
1 parent 2b6632f commit 5b50e06
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,9 @@ public void doSetup() throws Exception {
data.writeBytes(randomBytes(entrySize));

digestBuf = ByteBufAllocator.DEFAULT.directBuffer();
digestBuf.writeBytes(ByteBufList.coalesce(
dm.computeDigestAndPackageForSending(1234, 1234, entrySize, data)));
digestBuf.writeBytes((ByteBuf)
dm.computeDigestAndPackageForSending(1234, 1234, entrySize, data,
new byte[0], 0));
}
}

Expand Down

0 comments on commit 5b50e06

Please sign in to comment.