1
0
mirror of https://github.com/lxsang/antd-lua-plugin synced 2025-07-22 00:40:16 +02:00

Update lua-api.c

This commit is contained in:
Xuan Sang LE
2019-11-08 15:00:08 +01:00
committed by GitHub
parent 3eb4bd2ede
commit 64a3244d5d

View File

@ -101,7 +101,7 @@ void* handle(void* data)
free(cnf);
if(apis)
free(apis);
return antd_create_task(NULL, (void*)rq, NULL);
return antd_create_task(NULL, (void*)rq, NULL,time(NULL));
//lua_close(L);
}
void destroy()