fix CI error
This commit is contained in:
parent
8202301992
commit
f6d3ba6265
|
@ -348,6 +348,7 @@ SConfigItem *cfgGetItem(SConfig *pCfg, const char *name) {
|
|||
}
|
||||
}
|
||||
|
||||
uError("name:%s, cfg not found", name);
|
||||
terrno = TSDB_CODE_CFG_NOT_FOUND;
|
||||
return NULL;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue