Imported Upstream version 2.2.1+dfsg
[shibboleth/sp.git] / 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)