mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 22:26:09 +08:00
Cleaning up warnings
This commit is contained in:
@@ -19,7 +19,7 @@ namespace OpenGrid.Framework.Manager {
|
||||
Hashtable requestData = (Hashtable)request.Params[0];
|
||||
Hashtable responseData = new Hashtable();
|
||||
|
||||
if(requestData["authkey"]!=recvkey) {
|
||||
if((string)requestData["authkey"] != recvkey) {
|
||||
responseData["error"]="INVALID KEY";
|
||||
} else {
|
||||
responseData["msg"]="Shutdown command accepted";
|
||||
|
||||
Reference in New Issue
Block a user