mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-02-13 07:43:51 -05:00
And assertion.
git-svn-id: file:///svn/unbound/trunk@4661 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
583411768d
commit
2c9d9fe211
1 changed files with 4 additions and 1 deletions
|
|
@ -123,8 +123,11 @@ static void (*NATIVE_BITS_CB(void (*cb)(int, short, void*)))(int, short, void*)
|
|||
return my_tube_handle_signal;
|
||||
else if(cb == comm_base_handle_slow_accept)
|
||||
return my_comm_base_handle_slow_accept;
|
||||
else
|
||||
else {
|
||||
log_assert(0); /* this NULL callback pointer should not happen,
|
||||
we should have the necessary routine listed above */
|
||||
return NULL;
|
||||
}
|
||||
}
|
||||
#else
|
||||
# define NATIVE_BITS(b) (b)
|
||||
|
|
|
|||
Loading…
Reference in a new issue