Skip to content

Commit 081adeb

Browse files
committed
Fix compilation after refactor
1 parent 2c20ca5 commit 081adeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CommonLib/Protocol/Packets.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ namespace tsom
235235
std::size_t bufferSize = data.content.size() * sizeof(BlockIndex);
236236

237237
if (bufferSize == 0)
238-
continue;
238+
return;
239239

240240
BinaryCompressor& binaryCompressor = serializer.GetBinaryCompressor();
241241
if (serializer.IsWriting())

0 commit comments

Comments
 (0)