diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/ApplicationPlugins/Rest/Inventory/Rest.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/ApplicationPlugins/Rest/Inventory/Rest.cs b/OpenSim/ApplicationPlugins/Rest/Inventory/Rest.cs index 2ac1001..8ab9fd2 100644 --- a/OpenSim/ApplicationPlugins/Rest/Inventory/Rest.cs +++ b/OpenSim/ApplicationPlugins/Rest/Inventory/Rest.cs | |||
@@ -81,7 +81,7 @@ namespace OpenSim.ApplicationPlugins.Rest.Inventory | |||
81 | internal static bool Secure = true; | 81 | internal static bool Secure = true; |
82 | internal static bool ExtendedEscape = true; | 82 | internal static bool ExtendedEscape = true; |
83 | internal static bool DumpAsset = false; | 83 | internal static bool DumpAsset = false; |
84 | internal static bool Fill = false; | 84 | internal static bool Fill = true; |
85 | internal static bool FlushEnabled = true; | 85 | internal static bool FlushEnabled = true; |
86 | internal static string Realm = "OpenSim REST"; | 86 | internal static string Realm = "OpenSim REST"; |
87 | internal static string Scheme = AS_BASIC; | 87 | internal static string Scheme = AS_BASIC; |