Skip to content

Commit e54a053

Browse files
committed
Default to check-names for safety.
1 parent e650fc3 commit e54a053

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/resolv.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $NetBSD: resolv.h,v 1.40 2012/11/07 15:45:24 christos Exp $ */
1+
/* $NetBSD: resolv.h,v 1.41 2021/04/30 16:07:49 christos Exp $ */
22

33
/*
44
* Portions Copyright (C) 2004, 2005, 2008, 2009 Internet Systems Consortium, Inc. ("ISC")
@@ -257,7 +257,7 @@ union res_sockaddr_union {
257257
#define RES_NO_NIBBLE2 0x80000000 /*%< disable alternate nibble lookup */
258258

259259
#define RES_DEFAULT (RES_RECURSE | RES_DEFNAMES | \
260-
RES_DNSRCH | RES_NO_NIBBLE2 | RES_NOCHECKNAME)
260+
RES_DNSRCH | RES_NO_NIBBLE2)
261261

262262
/*%
263263
* Resolver "pfcode" values. Used by dig.

0 commit comments

Comments
 (0)