And cast here.

git-svn-id: file:///svn/unbound/trunk@4677 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Wouter Wijngaards 2018-05-03 14:17:56 +00:00
parent 8f886fc6dd
commit 1d5d95c8cb

View file

@ -537,7 +537,7 @@ process_answer_detail(struct ub_ctx* ctx, uint8_t* msg, uint32_t len,
*cb = NULL;
*cbarg = NULL;
} else {
*cb = q->cb;
*cb = (ub_callback_type)q->cb;
*cbarg = q->cb_arg;
}
if(*err) {