]> granicus.if.org Git - pdns/commitdiff
ALIAS: fix comment
authorPieter Lexis <pieter.lexis@powerdns.com>
Wed, 23 May 2018 16:22:13 +0000 (18:22 +0200)
committerPieter Lexis <pieter.lexis@powerdns.com>
Thu, 24 May 2018 09:42:25 +0000 (11:42 +0200)
(cherry picked from commit 713010a2bb48a56f156635469626680c384106d6)

pdns/dnsproxy.cc

index 06d68e0e43d826d19acea096725e851d48b80f0d..515aed1275fc59e08f5d058005a90db2e19f26cd 100644 (file)
@@ -83,7 +83,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) {