[CP] fix arb server not support rpc authention
This commit is contained in:
@ -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));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user