e79df5
--- OpenSP-1.5.2/lib/ExtendEntityManager.cxx	2005-11-05 10:05:20.000000000 +0100
e79df5
+++ OpenSP-1.5.2.new/lib/ExtendEntityManager.cxx	2007-06-21 12:56:26.000000000 +0200
e79df5
@@ -1238,7 +1238,8 @@ StorageObjectSpec::StorageObjectSpec()
e79df5
 }
e79df5
 
e79df5
 StorageObjectSpec::StorageObjectSpec(const StorageObjectSpec& x)
e79df5
-: codingSystemName(x.codingSystemName),
e79df5
+: storageManager(x.storageManager),
e79df5
+  codingSystemName(x.codingSystemName),
e79df5
   codingSystem(x.codingSystem),
e79df5
   specId(x.specId),
e79df5
   baseId(x.baseId),
e79df5
@@ -1253,6 +1254,7 @@ StorageObjectSpec::StorageObjectSpec(con
e79df5
 StorageObjectSpec& StorageObjectSpec::operator=(const StorageObjectSpec& x)
e79df5
 {
e79df5
   if (this != &x) {
e79df5
+    storageManager = x.storageManager;
e79df5
     codingSystemName = x.codingSystemName;
e79df5
     codingSystem = x.codingSystem;
e79df5
     specId = x.specId;