https://bugs.internet2.edu/jira/browse/SSPCPP-174
authorcantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Tue, 6 Jan 2009 17:10:15 +0000 (17:10 +0000)
committercantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Tue, 6 Jan 2009 17:10:15 +0000 (17:10 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/branches/REL_2@2924 cb58f699-b61c-0410-a6fe-9272a202ed29

shibsp/impl/StorageServiceSessionCache.cpp

index cb51042..27f7610 100644 (file)
@@ -847,7 +847,7 @@ void SSCache::insert(const char* key, time_t expires, const char* name, const ch
     }
     else {
         // New record.
-        obj.structure();
+        obj = DDF(NULL).structure();
     }
 
     if (!index || !*index)