change parameter
This commit is contained in:
parent
34d21bc03f
commit
57a4e56a61
|
@ -779,7 +779,6 @@ int streamStateOpenBackend(void* backend, SStreamState* pState) {
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
taosThreadMutexUnlock(&handle->cfMutex);
|
taosThreadMutexUnlock(&handle->cfMutex);
|
||||||
return 0;
|
|
||||||
|
|
||||||
char* err = NULL;
|
char* err = NULL;
|
||||||
int cfLen = sizeof(ginitDict) / sizeof(ginitDict[0]);
|
int cfLen = sizeof(ginitDict) / sizeof(ginitDict[0]);
|
||||||
|
|
Loading…
Reference in New Issue