Old config class ported, all config files now loading with new parser.
[shibboleth/cpp-sp.git] / shib-target / shib-ccache.cpp
index f086a15..0d4e635 100644 (file)
@@ -1155,7 +1155,7 @@ DDF MemorySessionCache::receive(const DDF& in)
 #endif
 
     // Find application.
-    saml::Locker confLocker(ShibTargetConfig::getConfig().getINI());
+    xmltooling::Locker confLocker(ShibTargetConfig::getConfig().getINI());
     const char* aid=in["application_id"].string();
     const IApplication* app=aid ? ShibTargetConfig::getConfig().getINI()->getApplication(aid) : NULL;
     if (!app) {