From: Scott Cantor Date: Fri, 20 Aug 2010 02:33:11 +0000 (+0000) Subject: Set ID of defaulted StorageService to "mem" as intended. X-Git-Tag: 2.4RC1~63 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-sp.git;a=commitdiff_plain;h=a8bda4d6bac13d911b03b6e3b323338ec34a1890 Set ID of defaulted StorageService to "mem" as intended. --- diff --git a/shibsp/impl/XMLServiceProvider.cpp b/shibsp/impl/XMLServiceProvider.cpp index bff5b55..5ae535f 100644 --- a/shibsp/impl/XMLServiceProvider.cpp +++ b/shibsp/impl/XMLServiceProvider.cpp @@ -1771,7 +1771,7 @@ void XMLConfigImpl::doCaching(const DOMElement* e, Category& log) if (m_outer->m_storage.empty()) { log.info("no StorageService plugin(s) installed, using (mem) in-memory instance"); - m_outer->m_storage["id"] = xmlConf.StorageServiceManager.newPlugin(MEMORY_STORAGE_SERVICE, nullptr); + m_outer->m_storage["mem"] = xmlConf.StorageServiceManager.newPlugin(MEMORY_STORAGE_SERVICE, nullptr); } // Replay cache.