mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-13 18:00:00 -04:00
[v9_9] added sockaddr.h
4291. [cleanup] Added a required include to dns/forward.h. [RT #41474] (cherry picked from commitb4ccec331d) (cherry picked from commit25da0107d1)
This commit is contained in:
parent
b5a7c1c32b
commit
6deb83615c
3 changed files with 3 additions and 5 deletions
2
CHANGES
2
CHANGES
|
|
@ -1,3 +1,5 @@
|
|||
4291. [cleanup] Added a required include to dns/forward.h. [RT #41474]
|
||||
|
||||
4289. [bug] The server could crash due to memory being used
|
||||
after it was freed if a zone transfer timed out.
|
||||
[RT #41297]
|
||||
|
|
|
|||
|
|
@ -15,8 +15,6 @@
|
|||
* PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: forward.c,v 1.14 2009/09/02 23:48:02 tbox Exp $ */
|
||||
|
||||
/*! \file */
|
||||
|
||||
#include <config.h>
|
||||
|
|
@ -24,7 +22,6 @@
|
|||
#include <isc/magic.h>
|
||||
#include <isc/mem.h>
|
||||
#include <isc/rwlock.h>
|
||||
#include <isc/sockaddr.h>
|
||||
#include <isc/util.h>
|
||||
|
||||
#include <dns/forward.h>
|
||||
|
|
|
|||
|
|
@ -15,8 +15,6 @@
|
|||
* PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: forward.h,v 1.13 2009/09/02 23:48:02 tbox Exp $ */
|
||||
|
||||
#ifndef DNS_FORWARD_H
|
||||
#define DNS_FORWARD_H 1
|
||||
|
||||
|
|
@ -24,6 +22,7 @@
|
|||
|
||||
#include <isc/lang.h>
|
||||
#include <isc/result.h>
|
||||
#include <isc/sockaddr.h>
|
||||
|
||||
#include <dns/types.h>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue