From: Pieter Lexis Date: Tue, 14 Jul 2015 09:20:51 +0000 (+0200) Subject: Fix a typo X-Git-Tag: dnsdist-1.0.0-alpha1~248^2~58^2~11^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b2a8e63b6be6105e9c84270aa26c4f8852bcbc03;p=thirdparty%2Fpdns.git Fix a typo This was not caught by travis --- diff --git a/modules/pipebackend/pipebackend.cc b/modules/pipebackend/pipebackend.cc index ca8aaf8f3f..81f651faaf 100644 --- a/modules/pipebackend/pipebackend.cc +++ b/modules/pipebackend/pipebackend.cc @@ -113,7 +113,7 @@ void PipeBackend::lookup(const QType& qtype,const DNSName& qname, DNSPacket *pkt { try { d_disavow=false; - if(d_regex && !d_regex->match(qname.toStingNoDot())) { + if(d_regex && !d_regex->match(qname.toStringNoDot())) { if(::arg().mustDo("query-logging")) L<