aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/InventoryConfig.cs
diff options
context:
space:
mode:
authorMW2007-12-06 10:29:53 +0000
committerMW2007-12-06 10:29:53 +0000
commit44caa7ae8edaeb5c9ebceb42fd7e6c3063742c68 (patch)
tree6d7d435e78fa6c5c5a598f98ecdf18580003b4cc /OpenSim/Framework/InventoryConfig.cs
parent* Removed lots of scurrilous uses of ASCII/UTF8.GetBytes for making packet st... (diff)
downloadopensim-SC_OLD-44caa7ae8edaeb5c9ebceb42fd7e6c3063742c68.zip
opensim-SC_OLD-44caa7ae8edaeb5c9ebceb42fd7e6c3063742c68.tar.gz
opensim-SC_OLD-44caa7ae8edaeb5c9ebceb42fd7e6c3063742c68.tar.bz2
opensim-SC_OLD-44caa7ae8edaeb5c9ebceb42fd7e6c3063742c68.tar.xz
Fixed conversation bug in InventoryConfig
Diffstat (limited to 'OpenSim/Framework/InventoryConfig.cs')
-rw-r--r--OpenSim/Framework/InventoryConfig.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/InventoryConfig.cs b/OpenSim/Framework/InventoryConfig.cs
index 87731a5..149f4b8 100644
--- a/OpenSim/Framework/InventoryConfig.cs
+++ b/OpenSim/Framework/InventoryConfig.cs
@@ -39,7 +39,7 @@ namespace OpenSim.Framework
39 "Key to expect from user server", "null", false); 39 "Key to expect from user server", "null", false);
40 configMember.addConfigurationOption("database_provider", ConfigurationOption.ConfigurationTypes.TYPE_STRING, 40 configMember.addConfigurationOption("database_provider", ConfigurationOption.ConfigurationTypes.TYPE_STRING,
41 "DLL for database provider", "OpenSim.Framework.Data.SQLite.dll", false); 41 "DLL for database provider", "OpenSim.Framework.Data.SQLite.dll", false);
42 configMember.addConfigurationOption("http_port", ConfigurationOption.ConfigurationTypes.TYPE_INT32, 42 configMember.addConfigurationOption("http_port", ConfigurationOption.ConfigurationTypes.TYPE_UINT32,
43 "Http Listener port", DefaultHttpPort.ToString(), false); 43 "Http Listener port", DefaultHttpPort.ToString(), false);
44 } 44 }
45 45