handle except
This commit is contained in:
parent
85a1bd1cc9
commit
c643c48287
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue