From: cantor Date: Thu, 17 Mar 2005 18:11:59 +0000 (+0000) Subject: Changed name of config section. X-Git-Tag: 2.4~1595 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fsp.git;a=commitdiff_plain;h=e94dd08783a14037cc45b95563fbaa1da2072cda Changed name of config section. git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@1409 cb58f699-b61c-0410-a6fe-9272a202ed29 --- diff --git a/isapi_shib/isapi_shib.cpp b/isapi_shib/isapi_shib.cpp index 1e54a37..1c97f51 100644 --- a/isapi_shib/isapi_shib.cpp +++ b/isapi_shib/isapi_shib.cpp @@ -193,7 +193,7 @@ extern "C" BOOL WINAPI GetFilterVersion(PHTTP_FILTER_VERSION pVer) // Access the implementation-specifics for site mappings. IConfig* conf=g_Config->getINI(); Locker locker(conf); - const IPropertySet* props=conf->getPropertySet("SHIRE"); + const IPropertySet* props=conf->getPropertySet("Local"); if (props) { const DOMElement* impl=saml::XML::getFirstChildElement( props->getElement(),ShibTargetConfig::SHIBTARGET_NS,Implementation