Added log error or ss_dassert instead of silent returning
This commit is contained in:
@ -523,8 +523,9 @@ clientReply(
|
||||
DCB *client = NULL;
|
||||
|
||||
client = backend_dcb->session->client;
|
||||
if (client) {
|
||||
client->func.write(client, queue);
|
||||
}
|
||||
|
||||
ss_dassert(client != NULL);
|
||||
|
||||
client->func.write(client, queue);
|
||||
}
|
||||
///
|
||||
|
Reference in New Issue
Block a user