diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Framework/WebUtil.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/WebUtil.cs b/OpenSim/Framework/WebUtil.cs index d683152..b180c8a 100644 --- a/OpenSim/Framework/WebUtil.cs +++ b/OpenSim/Framework/WebUtil.cs | |||
@@ -69,7 +69,7 @@ namespace OpenSim.Framework | |||
69 | /// <summary> | 69 | /// <summary> |
70 | /// Request number for diagnostic purposes. | 70 | /// Request number for diagnostic purposes. |
71 | /// </summary> | 71 | /// </summary> |
72 | public static int RequestNumber { get; internal set; } | 72 | public static int RequestNumber { get; set; } |
73 | 73 | ||
74 | /// <summary> | 74 | /// <summary> |
75 | /// Control where OSD requests should be serialized per endpoint. | 75 | /// Control where OSD requests should be serialized per endpoint. |