Merge branch '2.2' into 2.3

This commit is contained in:
Markus Mäkelä
2019-07-16 12:59:03 +03:00
5 changed files with 48 additions and 65 deletions

View File

@ -903,6 +903,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