change libudf1.so path temporaly

This commit is contained in:
slzhou 2022-04-24 08:50:40 +08:00
parent a65d8729f1
commit 3bc432a52e
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ int32_t udfdLoadUdf(char *udfName, SEpSet *pEpSet, SUdf *udf) {
strcpy(udf->name, udfName);
//udfdFillUdfInfoFromMNode(global.clientRpc, pEpSet, udf->name, udf);
strcpy(udf->path, "libudf1.so");
strcpy(udf->path, "/home/slzhou/TDengine/debug/build/lib/libudf1.so");
int err = uv_dlopen(udf->path, &udf->lib);
if (err != 0) {
fnError("can not load library %s. error: %s", udf->path, uv_strerror(err));