🐞 fix(TSG-15212): 修复TFE_CMSG_SSL_INTERCEPT_STATE字段设置错误; 修复msgpack默写字段为空时, 增加默认值
This commit is contained in:
2
cache/test/tango_cache_test.cpp
vendored
2
cache/test/tango_cache_test.cpp
vendored
@@ -414,7 +414,7 @@ int main(int crgc, char **arg)
|
||||
|
||||
future_promise_library_init(NULL);
|
||||
|
||||
runtime_log = MESA_create_runtime_log_handle("./runtime.log", 10);
|
||||
runtime_log = (void *)MESA_create_runtime_log_handle("./runtime.log", 10);
|
||||
if(NULL==runtime_log)
|
||||
{
|
||||
return -1;
|
||||
|
||||
Reference in New Issue
Block a user