https://issues.shibboleth.net/jira/browse/SSPCPP-174
authorScott Cantor <cantor.2@osu.edu>
Tue, 6 Jan 2009 17:10:15 +0000 (17:10 +0000)
committerScott Cantor <cantor.2@osu.edu>
Tue, 6 Jan 2009 17:10:15 +0000 (17:10 +0000)
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)