Skip to content

Commit 69c039d

Browse files
committed
fix
1 parent a3ccf49 commit 69c039d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clickhouse/client.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,6 @@ bool Client::Impl::ReceivePacket(uint64_t* server_packet) {
458458
if (events_) {
459459
events_->OnServerLog(block);
460460
}
461-
462461
return true;
463462
}
464463

@@ -472,6 +471,7 @@ bool Client::Impl::ReceivePacket(uint64_t* server_packet) {
472471
if (!WireFormat::SkipString(*input_)) {
473472
return false;
474473
}
474+
return true;
475475
}
476476

477477
default:

0 commit comments

Comments
 (0)