Merge branch '2.3' into 2.4

This commit is contained in:
Markus Mäkelä
2019-07-16 13:13:46 +03:00
11 changed files with 85 additions and 96 deletions

View File

@ -905,6 +905,7 @@ static int gw_read_and_write(DCB* dcb)
if (auth_change_requested(read_buffer)
&& handle_auth_change_response(read_buffer, proto, dcb))
{
gwbuf_free(read_buffer);
return 0;
}
else