Skip to content

Commit

Permalink
Merge pull request #3 from pieterlexis/lua-RPZ-discard-rebased-doc-up…
Browse files Browse the repository at this point in the history
…date

The return value for prerpz is unused
  • Loading branch information
rgacogne authored Aug 26, 2016
2 parents 711b92d + adbb5ce commit dfe46fe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/markdown/recursor/scripting.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,6 @@ function prerpz(dq)
if dq.qname:equal('example.com') then
dq:discardPolicy('malware')
end
return true
end
```

Expand Down

0 comments on commit dfe46fe

Please sign in to comment.