diff options
author | Adam Frisby | 2007-04-11 07:53:56 +0000 |
---|---|---|
committer | Adam Frisby | 2007-04-11 07:53:56 +0000 |
commit | dde42423783fadd2ae874a4d0307739d51046173 (patch) | |
tree | 75730cfc1c31e5769a33766a944c5ccc0efe737e /OpenSim.Storage.LocalStorageBerkeleyDB | |
parent | * working towards fixing nant build... (diff) | |
download | opensim-SC-dde42423783fadd2ae874a4d0307739d51046173.zip opensim-SC-dde42423783fadd2ae874a4d0307739d51046173.tar.gz opensim-SC-dde42423783fadd2ae874a4d0307739d51046173.tar.bz2 opensim-SC-dde42423783fadd2ae874a4d0307739d51046173.tar.xz |
Adding BDB to prebuild, making BDB compile.
Diffstat (limited to 'OpenSim.Storage.LocalStorageBerkeleyDB')
-rw-r--r-- | OpenSim.Storage.LocalStorageBerkeleyDB/BDBLocalStorage.cs | 2 |
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) |