diff options
Diffstat (limited to 'OpenSim/Tools/Export')
-rw-r--r-- | OpenSim/Tools/Export/OpenSimExport.cs | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/OpenSim/Tools/Export/OpenSimExport.cs b/OpenSim/Tools/Export/OpenSimExport.cs index 765f6a2..e260dc0 100644 --- a/OpenSim/Tools/Export/OpenSimExport.cs +++ b/OpenSim/Tools/Export/OpenSimExport.cs | |||
@@ -54,7 +54,8 @@ namespace OpenSim.Tools.Export | |||
54 | 54 | ||
55 | sman = new StorageManager( | 55 | sman = new StorageManager( |
56 | startup.GetString("storage_plugin", "OpenSim.DataStore.NullStorage.dll"), | 56 | startup.GetString("storage_plugin", "OpenSim.DataStore.NullStorage.dll"), |
57 | startup.GetString("storage_connection_string", "") | 57 | startup.GetString("storage_connection_string", ""), |
58 | false | ||
58 | ); | 59 | ); |
59 | } | 60 | } |
60 | 61 | ||
@@ -113,4 +114,4 @@ namespace OpenSim.Tools.Export | |||
113 | return config; | 114 | return config; |
114 | } | 115 | } |
115 | } | 116 | } |
116 | } \ No newline at end of file | 117 | } |