2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 14:35:26 +00:00

add blank line

This commit is contained in:
Mark Andrews
2015-10-22 12:15:02 +11:00
parent 0526268c2b
commit 04893d38e0

View File

@@ -95,6 +95,7 @@
NS_QUERYATTR_WANTRECURSION) != 0) NS_QUERYATTR_WANTRECURSION) != 0)
/*% Is TCP? */ /*% Is TCP? */
#define TCP(c) (((c)->attributes & NS_CLIENTATTR_TCP) != 0) #define TCP(c) (((c)->attributes & NS_CLIENTATTR_TCP) != 0)
/*% Want DNSSEC? */ /*% Want DNSSEC? */
#define WANTDNSSEC(c) (((c)->attributes & \ #define WANTDNSSEC(c) (((c)->attributes & \
NS_CLIENTATTR_WANTDNSSEC) != 0) NS_CLIENTATTR_WANTDNSSEC) != 0)