[cpp-sp] branch master updated: Fix typo in ExternalApplicationOverrides loop.
Scott Cantor
cantor.2 at osu.edu
Mon Jul 16 14:09:55 EDT 2018
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch master
in repository cpp-sp.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-sp.git;a=commit;h=de48989cd3807b87cba73eb0ed00b97ab510de24
The following commit(s) were added to refs/heads/master by this push:
new de48989 Fix typo in ExternalApplicationOverrides loop.
de48989 is described below
commit de48989cd3807b87cba73eb0ed00b97ab510de24
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Jul 16 14:09:48 2018 -0400
Fix typo in ExternalApplicationOverrides loop.
---
shibsp/impl/XMLServiceProvider.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/shibsp/impl/XMLServiceProvider.cpp b/shibsp/impl/XMLServiceProvider.cpp
index 4a5786e..ad09b26 100644
--- a/shibsp/impl/XMLServiceProvider.cpp
+++ b/shibsp/impl/XMLServiceProvider.cpp
@@ -585,7 +585,7 @@ XMLConfigImpl::XMLConfigImpl(const DOMElement* e, bool first, XMLConfig* outer,
m_externalAppPaths.push_back(extoverridepath);
}
- override = XMLHelper::getNextSiblingElement(override, ApplicationOverride);
+ override = XMLHelper::getNextSiblingElement(override, ExternalApplicationOverrides);
}
if (!m_externalAppPaths.empty())
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list