diff options
Diffstat (limited to 'OpenSim/Framework/Communications/LoginResponse.cs')
-rw-r--r-- | OpenSim/Framework/Communications/LoginResponse.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim/Framework/Communications/LoginResponse.cs b/OpenSim/Framework/Communications/LoginResponse.cs index 6fdd06a..113e3f0 100644 --- a/OpenSim/Framework/Communications/LoginResponse.cs +++ b/OpenSim/Framework/Communications/LoginResponse.cs | |||
@@ -95,7 +95,7 @@ namespace OpenSim.Framework.Communications | |||
95 | 95 | ||
96 | // Response | 96 | // Response |
97 | private XmlRpcResponse xmlRpcResponse; | 97 | private XmlRpcResponse xmlRpcResponse; |
98 | private XmlRpcResponse defaultXmlRpcResponse; | 98 | // private XmlRpcResponse defaultXmlRpcResponse; |
99 | 99 | ||
100 | private string welcomeMessage; | 100 | private string welcomeMessage; |
101 | private string startLocation; | 101 | private string startLocation; |
@@ -117,7 +117,7 @@ namespace OpenSim.Framework.Communications | |||
117 | loginError = new Hashtable(); | 117 | loginError = new Hashtable(); |
118 | uiConfigHash = new Hashtable(); | 118 | uiConfigHash = new Hashtable(); |
119 | 119 | ||
120 | defaultXmlRpcResponse = new XmlRpcResponse(); | 120 | // defaultXmlRpcResponse = new XmlRpcResponse(); |
121 | userProfile = new UserInfo(); | 121 | userProfile = new UserInfo(); |
122 | inventoryRoot = new ArrayList(); | 122 | inventoryRoot = new ArrayList(); |
123 | initialOutfit = new ArrayList(); | 123 | initialOutfit = new ArrayList(); |
@@ -126,7 +126,7 @@ namespace OpenSim.Framework.Communications | |||
126 | inventoryLibraryOwner = new ArrayList(); | 126 | inventoryLibraryOwner = new ArrayList(); |
127 | 127 | ||
128 | xmlRpcResponse = new XmlRpcResponse(); | 128 | xmlRpcResponse = new XmlRpcResponse(); |
129 | defaultXmlRpcResponse = new XmlRpcResponse(); | 129 | // defaultXmlRpcResponse = new XmlRpcResponse(); |
130 | 130 | ||
131 | SetDefaultValues(); | 131 | SetDefaultValues(); |
132 | } | 132 | } |