Merge branch 'szhou/fixbugs' of github.com:taosdata/TDengine into szhou/fixbugs
This commit is contained in:
commit
4a0b44d6d6
|
@ -88,7 +88,7 @@ static int32_t udfSpawnUdfd(SUdfdData *pData) {
|
|||
}
|
||||
#ifdef WINDOWS
|
||||
if (strlen(path) == 0) {
|
||||
strcat(path, "C:\\TDengine")
|
||||
strcat(path, "C:\\TDengine");
|
||||
}
|
||||
strcat(path, "\\udfd.exe");
|
||||
#else
|
||||
|
|
Loading…
Reference in New Issue