mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 01:35:46 +08:00
* minor: eliminate mono compiler warnings
This commit is contained in:
@@ -118,7 +118,7 @@ namespace OpenSim.Framework.Communications
|
||||
bool GoodXML = (requestData.Contains("first") && requestData.Contains("last") &&
|
||||
(requestData.Contains("passwd") || requestData.Contains("web_login_key")));
|
||||
|
||||
bool GoodLogin;
|
||||
//bool GoodLogin;
|
||||
|
||||
string startLocationRequest = "last";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user