aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Servers
diff options
context:
space:
mode:
authorBlueWall2012-06-07 10:15:40 -0400
committerBlueWall2012-06-07 10:17:37 -0400
commita1e857932a2019c3e93e1b708486f37e9bb86b26 (patch)
treecd8da43bb3c9558237b9bc41c61fafc417794ceb /OpenSim/Framework/Servers
parentLog warning if we try to remove a UDP client that has already been removed. (diff)
downloadopensim-SC_OLD-a1e857932a2019c3e93e1b708486f37e9bb86b26.zip
opensim-SC_OLD-a1e857932a2019c3e93e1b708486f37e9bb86b26.tar.gz
opensim-SC_OLD-a1e857932a2019c3e93e1b708486f37e9bb86b26.tar.bz2
opensim-SC_OLD-a1e857932a2019c3e93e1b708486f37e9bb86b26.tar.xz
Make change to fix Windows builds
Diffstat (limited to 'OpenSim/Framework/Servers')
-rw-r--r--OpenSim/Framework/Servers/HttpServer/OSHttpRequest.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Servers/HttpServer/OSHttpRequest.cs b/OpenSim/Framework/Servers/HttpServer/OSHttpRequest.cs
index fc8daf3..3171759 100644
--- a/OpenSim/Framework/Servers/HttpServer/OSHttpRequest.cs
+++ b/OpenSim/Framework/Servers/HttpServer/OSHttpRequest.cs
@@ -107,7 +107,7 @@ namespace OpenSim.Framework.Servers.HttpServer
107 107
108 public bool IsSecured 108 public bool IsSecured
109 { 109 {
110 get { return _context.Secured; } 110 get { return _context.IsSecured; }
111 } 111 }
112 112
113 public bool KeepAlive 113 public bool KeepAlive