From: Wouter Wijngaards Date: Tue, 8 Jan 2019 13:29:38 +0000 (+0000) Subject: - Fix syntax in comment of local alias processing. X-Git-Tag: release-1.9.0rc1~55 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=11d98df304ae4ccde5d7d9a0144aa5932760b107;p=thirdparty%2Funbound.git - Fix syntax in comment of local alias processing. git-svn-id: file:///svn/unbound/trunk@5029 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/daemon/worker.c b/daemon/worker.c index f40d1cc2f..c9504dd20 100644 --- a/daemon/worker.c +++ b/daemon/worker.c @@ -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)); diff --git a/doc/Changelog b/doc/Changelog index 7cb76e8ca..bdc5c4356 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -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.