mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-29 10:59:35 -05:00
Check right value.
git-svn-id: file:///svn/unbound/trunk@1655 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
19d72a41cb
commit
80f6ed2ff0
1 changed files with 1 additions and 1 deletions
|
|
@ -790,7 +790,7 @@ int mesh_state_add_cb(struct mesh_state* s, struct edns_data* edns,
|
|||
if(!r)
|
||||
return 0;
|
||||
r->buf = buf;
|
||||
log_assert(fptr_whitelist_mesh_cb(r->cb)); /* early failure ifmissing*/
|
||||
log_assert(fptr_whitelist_mesh_cb(cb)); /* early failure ifmissing*/
|
||||
r->cb = cb;
|
||||
r->cb_arg = cb_arg;
|
||||
r->edns = *edns;
|
||||
|
|
|
|||
Loading…
Reference in a new issue