summaryrefslogtreecommitdiff
path: root/src/resolve/resolved-dns-cache.h
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2022-09-29 16:50:27 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2022-09-30 18:50:56 +0900
commita78049fc0e6a75446cb782b548ae9db8edf7a107 (patch)
tree6908464f890d937cda32e791bc4de4807e262258 /src/resolve/resolved-dns-cache.h
parent9449268fae0c86d09b19fa700e01fe4d43d77093 (diff)
downloadsystemd-a78049fc0e6a75446cb782b548ae9db8edf7a107.tar.gz
resolve: do not cache mDNS goodbye packet
Fixes #24842.
Diffstat (limited to 'src/resolve/resolved-dns-cache.h')
-rw-r--r--src/resolve/resolved-dns-cache.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/resolve/resolved-dns-cache.h b/src/resolve/resolved-dns-cache.h
index fb2e61a65b..42e744a910 100644
--- a/src/resolve/resolved-dns-cache.h
+++ b/src/resolve/resolved-dns-cache.h
@@ -26,6 +26,7 @@ void dns_cache_prune(DnsCache *c);
int dns_cache_put(
DnsCache *c,
DnsCacheMode cache_mode,
+ DnsProtocol protocol,
DnsResourceKey *key,
int rcode,
DnsAnswer *answer,