mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 05:57:52 +00:00
Set a somewhat arbitrary limit on the number of host aliases we'll return.
This commit is contained in:
parent
2343e814ea
commit
a7512aefd8
@ -167,6 +167,8 @@ typedef struct {
|
||||
#define LWRES_ADDRTYPE_V4 0x00000001U /* ipv4 */
|
||||
#define LWRES_ADDRTYPE_V6 0x00000002U /* ipv6 */
|
||||
|
||||
#define LWRES_MAX_ALIASES 16 /* max # of aliases */
|
||||
|
||||
ISC_LANG_BEGINDECLS
|
||||
|
||||
int
|
||||
|
Loading…
x
Reference in New Issue
Block a user