From: Pieter Lexis Date: Wed, 23 May 2018 16:22:13 +0000 (+0200) Subject: ALIAS: fix comment X-Git-Tag: dnsdist-1.3.1~81^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=713010a2bb48a56f156635469626680c384106d6;p=pdns ALIAS: fix comment --- diff --git a/pdns/dnsproxy.cc b/pdns/dnsproxy.cc index 5c628f016..6cad953fb 100644 --- a/pdns/dnsproxy.cc +++ b/pdns/dnsproxy.cc @@ -87,7 +87,7 @@ void DNSProxy::go() pthread_create(&tid,0,&launchhelper,this); } -//! look up qname aname with r->qtype, plonk it in the answer section of 'r' with name target +//! look up qname target with r->qtype, plonk it in the answer section of 'r' with name aname bool DNSProxy::completePacket(DNSPacket *r, const DNSName& target,const DNSName& aname) { if(r->d_tcp) {