mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-02-03 20:29:28 -05:00
fixup no-ip4 error callback.
git-svn-id: file:///svn/unbound/trunk@1077 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
baf8056ba5
commit
8d472c8cf8
2 changed files with 4 additions and 1 deletions
|
|
@ -1,3 +1,6 @@
|
|||
7 May 2008: Wouter
|
||||
- fixup no-ip4 problem with error callback in outside network.
|
||||
|
||||
25 April 2008: Wouter
|
||||
- DESTDIR is honored by the Makefile for rpms.
|
||||
- contrib files unbound.spec and unbound.init, builds working RPM
|
||||
|
|
|
|||
|
|
@ -273,7 +273,7 @@ outnet_send_wait_udp(struct outside_network* outnet)
|
|||
pend->timeout)) {
|
||||
/* callback error on pending */
|
||||
fptr_ok(fptr_whitelist_pending_udp(pend->cb));
|
||||
(void)(*pend->cb)(pend->pc->cp, pend->cb_arg,
|
||||
(void)(*pend->cb)(outnet->unused_fds->cp, pend->cb_arg,
|
||||
NETEVENT_CLOSED, NULL);
|
||||
pending_delete(outnet, pend);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue