Fix out-of-date comment.

This commit is contained in:
Simon Kelley
2019-10-30 13:03:28 +00:00
parent 1fd56c0e33
commit 55a22b88c2

View File

@@ -463,9 +463,6 @@ struct crec {
#define F_CONFIG (1u<<13) #define F_CONFIG (1u<<13)
#define F_DS (1u<<14) #define F_DS (1u<<14)
#define F_DNSSECOK (1u<<15) #define F_DNSSECOK (1u<<15)
/* below here are only valid as args to log_query: cache
entries are limited to 16 bits */
#define F_UPSTREAM (1u<<16) #define F_UPSTREAM (1u<<16)
#define F_RRNAME (1u<<17) #define F_RRNAME (1u<<17)
#define F_SERVER (1u<<18) #define F_SERVER (1u<<18)