]> git.ipfire.org Git - people/ms/dnsmasq.git/commitdiff
Logs for DS records consistent.
authorSimon Kelley <simon@thekelleys.org.uk>
Mon, 12 Jan 2015 23:22:08 +0000 (23:22 +0000)
committerSimon Kelley <simon@thekelleys.org.uk>
Mon, 12 Jan 2015 23:22:08 +0000 (23:22 +0000)
src/rfc1035.c

index 75c4266b47dd3a709a93e6479a109140f54aaab3..262274fc5b80fb2e969d3f80930b8d2cd6e0c2e9 100644 (file)
@@ -1643,7 +1643,7 @@ size_t answer_request(struct dns_header *header, char *limit, size_t qlen,
                              {
                                if (crecp->flags & F_NXDOMAIN)
                                  nxdomain = 1;
-                               log_query(F_UPSTREAM, name, NULL, "secure no DS");      
+                               log_query(F_UPSTREAM, name, NULL, "no DS");     
                              }
                            else if ((keydata = blockdata_retrieve(crecp->addr.ds.keydata, crecp->addr.ds.keylen, NULL)))
                              {