]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
silence some stray debugging in recent 'any' address support (sorry)
authorbert hubert <bert.hubert@netherlabs.nl>
Fri, 9 Jan 2015 09:33:48 +0000 (10:33 +0100)
committerbert hubert <bert.hubert@netherlabs.nl>
Fri, 9 Jan 2015 09:33:48 +0000 (10:33 +0100)
pdns/pdns_recursor.cc

index 09dffc405227f0154514dbc677609096acfd1302..5a2e2c25184507abcf5a9deca28dddbcb2e5bbf9 100644 (file)
@@ -954,7 +954,6 @@ string* doProcessUDPQuestion(const std::string& question, const ComboAddress& fr
       char cbuf[256];
       fillMSGHdr(&msgh, &iov, cbuf, 0, (char*)response.c_str(), response.length(), const_cast<ComboAddress*>(&fromaddr));
       if(destaddr.sin4.sin_family) {
-       cerr<<"Add!"<<endl;
        addCMsgSrcAddr(&msgh, cbuf, &destaddr);
       }
       sendmsg(fd, &msgh, 0);