From: Kees Monshouwer Date: Fri, 25 Jul 2014 13:21:50 +0000 (+0200) Subject: add missing statuscode in webserver X-Git-Tag: auth-3.4.0-rc1~22^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=61f5d2897d94376c230b919a097e7e7115862796;p=thirdparty%2Fpdns.git add missing statuscode in webserver --- diff --git a/pdns/ws-auth.cc b/pdns/ws-auth.cc index 68a2333cbb..7738dd8815 100644 --- a/pdns/ws-auth.cc +++ b/pdns/ws-auth.cc @@ -282,6 +282,7 @@ void AuthWebServer::indexfunction(HttpRequest* req, HttpResponse* resp) ret<<""<body = ret.str(); + resp->status = 200; } static void fillZone(const string& zonename, HttpResponse* resp) {