From: Pieter Lexis Date: Tue, 12 Jul 2016 15:54:15 +0000 (+0200) Subject: Fail on startup when lua-dns-script doesn't exist X-Git-Tag: auth-4.0.1~28^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F4164%2Fhead;p=thirdparty%2Fpdns.git Fail on startup when lua-dns-script doesn't exist Closes #4147 --- diff --git a/pdns/lua-recursor4.cc b/pdns/lua-recursor4.cc index f3b9ace731..f2d199671e 100644 --- a/pdns/lua-recursor4.cc +++ b/pdns/lua-recursor4.cc @@ -437,8 +437,7 @@ RecursorLua4::RecursorLua4(const std::string& fname) ifstream ifs(fname); if(!ifs) { - theL()<executeCode(ifs);