[CP] fix arb server not support rpc authention

This commit is contained in:
liucc1997
2023-10-24 12:43:58 +00:00
committed by ob-robot
parent cfd2e2edc0
commit 0a6087b41b
6 changed files with 29 additions and 17 deletions

View File

@ -132,7 +132,7 @@ int ObServerReloadConfig::operator()()
real_ret = ret;
LOG_WARN("reload config for tde encrypt engine fail", K(ret));
}
if (OB_FAIL(OBSERVER.get_net_frame().reload_rpc_auth_method())) {
if (OB_FAIL(ObSrvNetworkFrame::reload_rpc_auth_method())) {
real_ret = ret;
LOG_WARN("reload config for rpc auth method fail", K(ret));
}