Fix merge bug

This commit is contained in:
Johan Wikman
2019-05-14 14:00:34 +03:00
parent 17d3beba3b
commit 4ed8726ccf

View File

@ -1413,6 +1413,8 @@ int gw_MySQLAccept(DCB* dcb)
{ {
MySQLSendHandshake(dcb); MySQLSendHandshake(dcb);
} }
return 1;
} }
static int gw_error_client_event(DCB* dcb) static int gw_error_client_event(DCB* dcb)