提交 c643c482 编写于 作者: dengyihao's avatar dengyihao

handle except

上级 85a1bd1c
...@@ -280,6 +280,9 @@ void* transCtxDumpVal(STransCtx* ctx, int32_t key) { ...@@ -280,6 +280,9 @@ void* transCtxDumpVal(STransCtx* ctx, int32_t key) {
} }
void* transCtxDumpBrokenlinkVal(STransCtx* ctx, int32_t* msgType) { void* transCtxDumpBrokenlinkVal(STransCtx* ctx, int32_t* msgType) {
void *ret = NULL; void *ret = NULL;
if (ctx->brokenVal.clone == NULL) {
return ret;
}
(*ctx->brokenVal.clone)(ctx->brokenVal.val, &ret); (*ctx->brokenVal.clone)(ctx->brokenVal.val, &ret);
*msgType = ctx->brokenVal.msgType; *msgType = ctx->brokenVal.msgType;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册