mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-24 07:41:10 -04:00
2797. [bug] Don't decrement the dispatch manager's maxbuffers.
[RT #20613]
This commit is contained in:
parent
d9581a5ae7
commit
bd0d561c70
1 changed files with 2 additions and 2 deletions
|
|
@ -15,7 +15,7 @@
|
|||
* PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: dispatch.c,v 1.116.18.3 2004/08/15 04:41:13 jinmei Exp $ */
|
||||
/* $Id: dispatch.c,v 1.116.18.4 2004/09/01 04:26:21 marka Exp $ */
|
||||
|
||||
#include <config.h>
|
||||
|
||||
|
|
@ -155,7 +155,7 @@ static isc_boolean_t destroy_disp_ok(dns_dispatch_t *);
|
|||
static void destroy_disp(isc_task_t *task, isc_event_t *event);
|
||||
static void udp_recv(isc_task_t *, isc_event_t *);
|
||||
static void tcp_recv(isc_task_t *, isc_event_t *);
|
||||
static inline void startrecv(dns_dispatch_t *);
|
||||
static void startrecv(dns_dispatch_t *);
|
||||
static dns_messageid_t dns_randomid(dns_qid_t *);
|
||||
static isc_uint32_t dns_hash(dns_qid_t *, isc_sockaddr_t *, dns_messageid_t);
|
||||
static void free_buffer(dns_dispatch_t *disp, void *buf, unsigned int len);
|
||||
|
|
|
|||
Loading…
Reference in a new issue