Fixed wrong packet sequence number causing a disconnect from the client.

This commit is contained in:
Markus Makela 2015-06-01 13:58:26 +03:00
parent a2768955e7
commit 4d5291c263

View File

@ -966,7 +966,7 @@ int gw_read_client_event(
* Send an AUTH_OK packet to the client,
* packet sequence is # 2
*/
mysql_send_ok(dcb, 2, 0, NULL);
mysql_send_ok(dcb, 3, 0, NULL);
}
else
{