X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-sp.git;a=blobdiff_plain;f=fastcgi%2Fshibauthorizer.cpp;h=76d4a27ebfc3852c95adbaedfdb16147f1b9886f;hp=75d3185d0ac11874345fd48d30ccc5c3173bcfb2;hb=c51bfd77603cf0ddb0b5e374c35586a8435895d6;hpb=c44abc33cda3840a0ff1cfe889f2776f13607192 diff --git a/fastcgi/shibauthorizer.cpp b/fastcgi/shibauthorizer.cpp index 75d3185..76d4a27 100644 --- a/fastcgi/shibauthorizer.cpp +++ b/fastcgi/shibauthorizer.cpp @@ -72,7 +72,7 @@ public: map m_request_headers; ShibTargetFCGIAuth(FCGX_Request* req, const char* scheme=nullptr, const char* hostname=nullptr, int port=0) - : AbstractSPRequest(SHIBSP_LOGCAT".FastCGI"), m_req(req) { + : AbstractSPRequest(SHIBSP_LOGCAT ".FastCGI"), m_req(req) { const char* server_name_str = hostname; if (!server_name_str || !*server_name_str) server_name_str = FCGX_GetParam("SERVER_NAME", req->envp);