[cpp-sp] branch maint-2.6 updated: SSPCPP-763
Scott Cantor
cantor.2 at osu.edu
Mon Nov 13 13:57:12 EST 2017
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch maint-2.6
in repository cpp-sp.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-sp.git;a=commit;h=b66cceb0e992c351ad5e2c665229ede82f261b16
The following commit(s) were added to refs/heads/maint-2.6 by this push:
new b66cceb SSPCPP-763
b66cceb is described below
commit b66cceb0e992c351ad5e2c665229ede82f261b16
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Nov 13 13:56:53 2017 -0500
SSPCPP-763
---
shibsp/metadata/DynamicMetadataProvider.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/shibsp/metadata/DynamicMetadataProvider.cpp b/shibsp/metadata/DynamicMetadataProvider.cpp
index 8853acb..d416a00 100644
--- a/shibsp/metadata/DynamicMetadataProvider.cpp
+++ b/shibsp/metadata/DynamicMetadataProvider.cpp
@@ -95,7 +95,7 @@ namespace shibsp {
};
DynamicMetadataProvider::DynamicMetadataProvider(const DOMElement* e)
- : saml2md::DynamicMetadataProvider(e),
+ : saml2md::DynamicMetadataProvider(e), MetadataProvider(e),
m_verifyHost(XMLHelper::getAttrBool(e, true, verifyHost)),
m_ignoreTransport(XMLHelper::getAttrBool(e, false, ignoreTransport)),
m_encoded(true), m_trust(nullptr)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list