Skip to content

Commit 6dda6b1

Browse files
authored
Merge commit from fork
1 parent eab3cbd commit 6dda6b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/remote/protocol.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -916,7 +916,7 @@ bool_t xdr_protocol(RemoteXdr* xdrs, PACKET* p)
916916
}
917917

918918
RMessage* message = statement->rsr_buffer;
919-
if (!message)
919+
if (!message || !b->p_batch_data.cstr_address)
920920
return P_FALSE(xdrs, p);
921921
statement->rsr_buffer = message->msg_next;
922922
message->msg_address = b->p_batch_data.cstr_address;

0 commit comments

Comments
 (0)