fix(query): check return value.
This commit is contained in:
parent
ecc667c22b
commit
8c1ddb547f
|
@ -608,7 +608,7 @@ void qUpdateOperatorParam(qTaskInfo_t tinfo, void* pParam) {
|
|||
}
|
||||
|
||||
int32_t qExecutorInit(void) {
|
||||
taosThreadOnce(&initPoolOnce, initRefPool);
|
||||
(void) taosThreadOnce(&initPoolOnce, initRefPool);
|
||||
return TSDB_CODE_SUCCESS;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue