Make change to fix Windows builds

integration
BlueWall 2012-06-07 10:15:40 -04:00
parent 860cf767a1
commit 21f6572bf3
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ namespace OpenSim.Framework.Servers.HttpServer
public bool IsSecured public bool IsSecured
{ {
get { return _context.Secured; } get { return _context.IsSecured; }
} }
public bool KeepAlive public bool KeepAlive