]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Fix syntax in comment of local alias processing.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Tue, 8 Jan 2019 13:29:38 +0000 (13:29 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Tue, 8 Jan 2019 13:29:38 +0000 (13:29 +0000)
git-svn-id: file:///svn/unbound/trunk@5029 be551aaa-1e26-0410-a405-d3ace91eadb9

daemon/worker.c
doc/Changelog

index f40d1cc2faa7e8f550d16a0619dafb172a9eeda5..c9504dd207be1e5958dcbc451acd0a72c23ad28a 100644 (file)
@@ -1088,7 +1088,7 @@ worker_handle_request(struct comm_point* c, void* arg, int error,
        struct ub_packed_rrset_key* alias_rrset = NULL;
        struct reply_info* partial_rep = NULL;
        struct query_info* lookup_qinfo = &qinfo;
-       struct query_info qinfo_tmp; /* placeholdoer for lookup_qinfo */
+       struct query_info qinfo_tmp; /* placeholder for lookup_qinfo */
        struct respip_client_info* cinfo = NULL, cinfo_tmp;
        memset(&qinfo, 0, sizeof(qinfo));
 
index 7cb76e8ca201b5cc846f30e493db2f5faa219e91..bdc5c435608becae95c5a7d37022b05b80c49be8 100644 (file)
@@ -1,3 +1,6 @@
+8 January 2018: Wouter
+       - Fix syntax in comment of local alias processing.
+
 7 January 2018: Wouter
        - On FreeBSD warn if systcl settings do not allow server TCP FASTOPEN,
          and server tcp fastopen is enabled at compile time.