Move ReplayCache and StorageService APIs to full build only.
authorScott Cantor <cantor.2@osu.edu>
Mon, 21 May 2007 15:59:31 +0000 (15:59 +0000)
committerScott Cantor <cantor.2@osu.edu>
Mon, 21 May 2007 15:59:31 +0000 (15:59 +0000)
shibsp/impl/XMLServiceProvider.cpp

index f016826..ef119e2 100644 (file)
@@ -230,9 +230,9 @@ namespace {
 #ifndef SHIBSP_LITE\r
             delete m_tranLog;\r
             SAMLConfig::getConfig().setArtifactMap(NULL);\r
+            XMLToolingConfig::getConfig().setReplayCache(NULL);\r
             for_each(m_storage.begin(), m_storage.end(), cleanup_pair<string,StorageService>());\r
 #endif\r
-            XMLToolingConfig::getConfig().setReplayCache(NULL);\r
         }\r
 \r
         // PropertySet\r