From 713010a2bb48a56f156635469626680c384106d6 Mon Sep 17 00:00:00 2001 From: Pieter Lexis Date: Wed, 23 May 2018 18:22:13 +0200 Subject: [PATCH] ALIAS: fix comment --- pdns/dnsproxy.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.40.0