]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
The return value for prerpz is unused
authorPieter Lexis <pieter.lexis@powerdns.com>
Fri, 26 Aug 2016 08:16:38 +0000 (10:16 +0200)
committerPieter Lexis <pieter.lexis@powerdns.com>
Fri, 26 Aug 2016 08:16:38 +0000 (10:16 +0200)
docs/markdown/recursor/scripting.md

index c1d95e33b5414b48842fb6f28e002e2a1a25b812..49682cd5b9645f4212a13665088baaa2a7d7e6d0 100644 (file)
@@ -170,7 +170,6 @@ function prerpz(dq)
   if dq.qname:equal('example.com') then
     dq:discardPolicy('malware')
   end
-  return true
 end
 ```