fixup no-ip4 error callback.

git-svn-id: file:///svn/unbound/trunk@1077 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Wouter Wijngaards 2008-05-07 07:53:57 +00:00
parent baf8056ba5
commit 8d472c8cf8
2 changed files with 4 additions and 1 deletions

View file

@ -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

View file

@ -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);
}