Merged dcb_read and dcb_read_n into a single function (dcb_read with an extra parameter).
This commit is contained in:
@ -452,7 +452,7 @@ static int gw_read_backend_event(DCB *dcb) {
|
||||
router_instance = session->service->router_instance;
|
||||
|
||||
/* read available backend data */
|
||||
rc = dcb_read(dcb, &read_buffer);
|
||||
rc = dcb_read(dcb, &read_buffer, 0);
|
||||
|
||||
if (rc < 0)
|
||||
{
|
||||
|
Reference in New Issue
Block a user