From 8b6348d62acc2124fd907f4aa8f5f9ea35a0ddea Mon Sep 17 00:00:00 2001 From: Aki Tuomi Date: Mon, 9 Dec 2013 20:24:38 +0200 Subject: [PATCH] Sets d_server to NULL on failed initialization --- pdns/webserver.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/pdns/webserver.cc b/pdns/webserver.cc index 516f3a9780..e5980bf6c2 100644 --- a/pdns/webserver.cc +++ b/pdns/webserver.cc @@ -258,6 +258,7 @@ WebServer::WebServer(const string &listenaddress, int port, const string &passwo } catch(SessionException &e) { L<