fix: inner 642 (#2212)

auth switch request should use client configuration
This commit is contained in:
LUA
2020-10-29 11:12:58 +08:00
committed by GitHub
parent 3d521073ff
commit 539cd318f1

View File

@@ -144,6 +144,7 @@ public class MySQLFrontAuthService extends AuthService {
PluginName name = PluginName.valueOf(auth.getAuthPlugin());
if (pluginName != name) {
needAuthSwitched = true;
this.pluginName = name;
sendSwitchPacket(pluginName);
return;
}