From: bert hubert Date: Fri, 9 Jan 2015 13:32:21 +0000 (+0100) Subject: prevent crash at starup if lua script has an error AND we are powering up the webserv... X-Git-Tag: rec-3.7.0-rc1~40 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=62f0ae62984adadab687c23fe1b287c1f219b2cb;p=pdns prevent crash at starup if lua script has an error AND we are powering up the webserver simultaneously --- diff --git a/pdns/pdns_recursor.cc b/pdns/pdns_recursor.cc index 5a2e2c251..5cda0f0f4 100644 --- a/pdns/pdns_recursor.cc +++ b/pdns/pdns_recursor.cc @@ -2066,11 +2066,10 @@ try *t_pdl = shared_ptr(new RecursorLua(::arg()["lua-dns-script"])); L<();