🐞 fix(TSG-15212): 修复TFE_CMSG_SSL_INTERCEPT_STATE字段设置错误; 修复msgpack默写字段为空时, 增加默认值
This commit is contained in:
@@ -163,7 +163,7 @@ error_out:
|
||||
struct acceptor_kni_v4 *acceptor_kni_v4_create(struct tfe_proxy *proxy, const char *profile)
|
||||
{
|
||||
void *packet_io_logger = NULL;
|
||||
packet_io_logger = MESA_create_runtime_log_handle("packet_io", RLOG_LV_DEBUG);
|
||||
packet_io_logger = (void *)MESA_create_runtime_log_handle("packet_io", RLOG_LV_DEBUG);
|
||||
assert(packet_io_logger != NULL);
|
||||
|
||||
g_packet_io_logger = packet_io_logger;
|
||||
|
||||
Reference in New Issue
Block a user