[cpp-opensaml] branch maint-2 updated: CPPOST-105

Scott Cantor cantor.2 at osu.edu
Mon Nov 13 13:56:41 EST 2017


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch maint-2
in repository cpp-opensaml.

View the commit online:
http://git.shibboleth.net/view/?p=cpp-opensaml.git;a=commit;h=6182b0acf2df670e75423c2ed7afe6950ef11c9d

The following commit(s) were added to refs/heads/maint-2 by this push:
       new  6182b0a   CPPOST-105
6182b0a is described below

commit 6182b0acf2df670e75423c2ed7afe6950ef11c9d
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Nov 13 13:55:33 2017 -0500

    CPPOST-105
---
 saml/saml2/metadata/impl/DynamicMetadataProvider.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/saml/saml2/metadata/impl/DynamicMetadataProvider.cpp b/saml/saml2/metadata/impl/DynamicMetadataProvider.cpp
index ae09b26..af4e21c 100644
--- a/saml/saml2/metadata/impl/DynamicMetadataProvider.cpp
+++ b/saml/saml2/metadata/impl/DynamicMetadataProvider.cpp
@@ -79,7 +79,7 @@ namespace opensaml {
 };
 
 DynamicMetadataProvider::DynamicMetadataProvider(const DOMElement* e)
-    : AbstractMetadataProvider(e),
+    : AbstractMetadataProvider(e), MetadataProvider(e),
       m_validate(XMLHelper::getAttrBool(e, false, validate)),
         m_id(XMLHelper::getAttrString(e, "Dynamic", id)),
         m_lock(RWLock::create()),
@@ -92,7 +92,7 @@ DynamicMetadataProvider::DynamicMetadataProvider(const DOMElement* e)
         m_cleanup_wait(nullptr), m_cleanup_thread(nullptr)
 {
     if (m_minCacheDuration > m_maxCacheDuration) {
-        Category::getInstance(SAML_LOGCAT ".MetadataProvider.Dynamic").error(
+        Category::getInstance(SAML_LOGCAT ".Metadata.Dynamic").error(
             "minCacheDuration setting exceeds maxCacheDuration setting, lowering to match it"
             );
         m_minCacheDuration = m_maxCacheDuration;

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list