From 62f0ae62984adadab687c23fe1b287c1f219b2cb Mon Sep 17 00:00:00 2001 From: bert hubert Date: Fri, 9 Jan 2015 14:32:21 +0100 Subject: [PATCH] prevent crash at starup if lua script has an error AND we are powering up the webserver simultaneously --- pdns/pdns_recursor.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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<(); -- 2.40.0