mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
WL#1054: code style remarks fixed.
This commit is contained in:
@@ -46,7 +46,7 @@ static int socket_auth(MYSQL_PLUGIN_VIO *vio, MYSQL_SERVER_AUTH_INFO *info)
|
||||
return CR_ERROR;
|
||||
}
|
||||
|
||||
info->password_used = 2;
|
||||
info->password_used= PASSWORD_USED_NO_MENTION;
|
||||
|
||||
vio->info(vio, &vio_info);
|
||||
if (vio_info.protocol != MYSQL_VIO_SOCKET)
|
||||
|
||||
Reference in New Issue
Block a user