minor bug

0.1-prestable
gareth 2007-04-02 12:35:51 +00:00
parent 8b81f8d593
commit 454377a473
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ namespace OpenGridServices.GridServer
foreach(SimProfileBase sim in _regionmanager.SimProfiles.Values) {
string SimResponse="";
try {
WebRequest CheckSim = WebRequest.Create("http://" + sim.sim_ip + ":" + sim.sim_port.ToString() + "/checkstatus");
WebRequest CheckSim = WebRequest.Create("http://" + sim.sim_ip + ":" + sim.sim_port.ToString() + "/checkstatus/");
CheckSim.Method = "GET";
CheckSim.ContentType = "text/plaintext";
CheckSim.ContentLength = 0;