]> git.ipfire.org Git - ipfire-2.x.git/blame - src/patches/dnsmasq/0031-Logs-for-DS-records-consistent.patch
Merge branch 'next' of ssh://git.ipfire.org/pub/git/ipfire-2.x into next
[ipfire-2.x.git] / src / patches / dnsmasq / 0031-Logs-for-DS-records-consistent.patch
CommitLineData
6644c1c7
MT
1From ae4624bf46b5e37ff1a9a2ba3c927e0dede95adb Mon Sep 17 00:00:00 2001
2From: Simon Kelley <simon@thekelleys.org.uk>
3Date: Mon, 12 Jan 2015 23:22:08 +0000
697b4f04 4Subject: [PATCH 031/113] Logs for DS records consistent.
6644c1c7
MT
5
6---
7 src/rfc1035.c | 2 +-
8 1 file changed, 1 insertion(+), 1 deletion(-)
9
10diff --git a/src/rfc1035.c b/src/rfc1035.c
11index 75c4266b47dd..262274fc5b80 100644
12--- a/src/rfc1035.c
13+++ b/src/rfc1035.c
14@@ -1643,7 +1643,7 @@ size_t answer_request(struct dns_header *header, char *limit, size_t qlen,
15 {
16 if (crecp->flags & F_NXDOMAIN)
17 nxdomain = 1;
18- log_query(F_UPSTREAM, name, NULL, "secure no DS");
19+ log_query(F_UPSTREAM, name, NULL, "no DS");
20 }
21 else if ((keydata = blockdata_retrieve(crecp->addr.ds.keydata, crecp->addr.ds.keylen, NULL)))
22 {
23--
242.1.0
25