aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim.Storage.LocalStorageBerkeleyDB/BDBLocalStorage.cs
diff options
context:
space:
mode:
authorAdam Frisby2007-04-11 07:53:56 +0000
committerAdam Frisby2007-04-11 07:53:56 +0000
commitdde42423783fadd2ae874a4d0307739d51046173 (patch)
tree75730cfc1c31e5769a33766a944c5ccc0efe737e /OpenSim.Storage.LocalStorageBerkeleyDB/BDBLocalStorage.cs
parent* working towards fixing nant build... (diff)
downloadopensim-SC_OLD-dde42423783fadd2ae874a4d0307739d51046173.zip
opensim-SC_OLD-dde42423783fadd2ae874a4d0307739d51046173.tar.gz
opensim-SC_OLD-dde42423783fadd2ae874a4d0307739d51046173.tar.bz2
opensim-SC_OLD-dde42423783fadd2ae874a4d0307739d51046173.tar.xz
Adding BDB to prebuild, making BDB compile.
Diffstat (limited to 'OpenSim.Storage.LocalStorageBerkeleyDB/BDBLocalStorage.cs')
-rw-r--r--OpenSim.Storage.LocalStorageBerkeleyDB/BDBLocalStorage.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim.Storage.LocalStorageBerkeleyDB/BDBLocalStorage.cs b/OpenSim.Storage.LocalStorageBerkeleyDB/BDBLocalStorage.cs
index 9a63dc7..db7252b 100644
--- a/OpenSim.Storage.LocalStorageBerkeleyDB/BDBLocalStorage.cs
+++ b/OpenSim.Storage.LocalStorageBerkeleyDB/BDBLocalStorage.cs
@@ -62,7 +62,7 @@ namespace OpenSim.Storage.LocalStorageBDB
62 DbEntry data = new DbEntry(); 62 DbEntry data = new DbEntry();
63 lock (sim) 63 lock (sim)
64 { 64 {
65 sim.PutUnique(null, key, data, DbFile.WriteFlags.AutoCommit); 65 sim.PutUnique(null, ref key, ref data, DbFile.WriteFlags.AutoCommit);
66 } 66 }
67 } 67 }
68 public void RemovePrim(LLUUID primID) 68 public void RemovePrim(LLUUID primID)