Fix a debug assertion caused by a missing DBUG_RETURN macro.

This commit is contained in:
Davi Arnaut 2010-11-17 19:02:48 -02:00
parent 0654c94ca2
commit 94c79b37a0

View File

@ -9249,7 +9249,7 @@ static int native_password_authenticate(MYSQL_PLUGIN_VIO *vio,
/* send it to the client */
if (mpvio->write_packet(mpvio, (uchar*) mpvio->scramble, SCRAMBLE_LENGTH + 1))
return CR_ERROR;
DBUG_RETURN(CR_ERROR);
/* reply and authenticate */