From: Zack Allen Date: Mon, 30 Dec 2013 17:10:15 +0000 (-0500) Subject: Fixed spacing hiccup in git X-Git-Tag: rec-3.6.0-rc1~261^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=acfe262418aa0d4da94767c96fb69e0adc250732;p=pdns Fixed spacing hiccup in git --- diff --git a/pdns/lua-recursor.hh b/pdns/lua-recursor.hh index 1dd885107..62eaead2a 100644 --- a/pdns/lua-recursor.hh +++ b/pdns/lua-recursor.hh @@ -13,7 +13,9 @@ public: bool nxdomain(const ComboAddress& remote, const ComboAddress& local, const string& query, const QType& qtype, vector& res, int& ret, bool* variable); bool nodata(const ComboAddress& remote, const ComboAddress& local, const string& query, const QType& qtype, vector& res, int& ret, bool* variable); bool postresolve(const ComboAddress& remote, const ComboAddress& local, const string& query, const QType& qtype, vector& res, int& ret, bool* variable); + private: bool passthrough(const string& func, const ComboAddress& remote,const ComboAddress& local, const string& query, const QType& qtype, vector& ret, int& res, bool* variable); }; + #endif