mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-01-27 00:52:55 -05:00
fixup for unix compile.
git-svn-id: file:///svn/unbound/trunk@1510 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
53b51dbdef
commit
541ca65c9c
1 changed files with 2 additions and 0 deletions
|
|
@ -118,7 +118,9 @@ fptr_whitelist_event(void (*fptr)(int, short, void *))
|
|||
else if(fptr == &comm_point_local_handle_callback) return 1;
|
||||
else if(fptr == &comm_point_raw_handle_callback) return 1;
|
||||
else if(fptr == &tube_handle_signal) return 1;
|
||||
#ifdef UB_ON_WINDOWS
|
||||
else if(fptr == &worker_win_stop_cb) return 1;
|
||||
#endif
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue