X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-opensaml.git;a=blobdiff_plain;f=saml%2Fbinding%2Fimpl%2FClientCertAuthRule.cpp;fp=saml%2Fbinding%2Fimpl%2FClientCertAuthRule.cpp;h=4f3a8841d84cf3267b702627c234c3d6e373d2f7;hp=6438b8bcec90e44941fc5087a019b40377bd4c17;hb=1462057b3b9ae7e165d34d988e30b14c213672ca;hpb=756c7bfd3d42c1a483e9ac47f4e65bc0e01dbe76 diff --git a/saml/binding/impl/ClientCertAuthRule.cpp b/saml/binding/impl/ClientCertAuthRule.cpp index 6438b8b..4f3a884 100644 --- a/saml/binding/impl/ClientCertAuthRule.cpp +++ b/saml/binding/impl/ClientCertAuthRule.cpp @@ -74,7 +74,7 @@ ClientCertAuthRule::ClientCertAuthRule(const DOMElement* e) : m_errorFatal(XMLHe bool ClientCertAuthRule::evaluate(const XMLObject& message, const GenericRequest* request, SecurityPolicy& policy) const { - Category& log=Category::getInstance(SAML_LOGCAT".SecurityPolicyRule.ClientCertAuth"); + Category& log=Category::getInstance(SAML_LOGCAT ".SecurityPolicyRule.ClientCertAuth"); if (!request) return false;