merge main
This commit is contained in:
parent
8b8ac0cd77
commit
5d9f3c4133
|
@ -1400,10 +1400,10 @@ int32_t ctgChkSetAuthRes(SCatalog* pCtg, SCtgAuthReq* req, SCtgAuthRsp* res) {
|
||||||
pRes->pass = false;
|
pRes->pass = false;
|
||||||
pRes->pCond = NULL;
|
pRes->pCond = NULL;
|
||||||
|
|
||||||
// if (!pInfo->enable) {
|
if (!pInfo->enable) {
|
||||||
// pRes->pass = false;
|
pRes->pass = false;
|
||||||
// return TSDB_CODE_SUCCESS;
|
return TSDB_CODE_SUCCESS;
|
||||||
// }
|
}
|
||||||
|
|
||||||
if (pInfo->superAuth) {
|
if (pInfo->superAuth) {
|
||||||
pRes->pass = true;
|
pRes->pass = true;
|
||||||
|
|
Loading…
Reference in New Issue