summaryrefslogtreecommitdiff
path: root/src/resolve/dns-type.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2015-12-10 13:46:05 +0100
committerLennart Poettering <lennart@poettering.net>2015-12-11 14:14:27 +0100
commitc33be4a6f229ed26407f19fbc463decb3d9b4cbc (patch)
tree1c4d6400fd8633f29dc4cd2d380f6eae612e0fd9 /src/resolve/dns-type.c
parent6728a58d10c019d6ebcf2949d0cb598afa5a7c6f (diff)
resolved: refuse to cache ANY kind of pseudo-RR-type
Diffstat (limited to 'src/resolve/dns-type.c')
-rw-r--r--src/resolve/dns-type.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resolve/dns-type.c b/src/resolve/dns-type.c
index 393fee0356..8ce8a566f1 100644
--- a/src/resolve/dns-type.c
+++ b/src/resolve/dns-type.c
@@ -51,7 +51,7 @@ bool dns_type_is_pseudo(uint16_t type) {
* but apparently entails all RR types that are not actually
* stored as RRs on the server and should hence also not be
* cached. We use this list primarily to validate NSEC type
- * bitfields. */
+ * bitfields, and to verify what to cache. */
return IN_SET(type,
0, /* A Pseudo RR type, according to RFC 2931 */