* Remove a warning from BaseHttpServer

0.6.0-stable
Teravus Ovares 2008-10-14 02:45:44 +00:00
parent 138a3924e0
commit 55fa9c7378
1 changed files with 1 additions and 1 deletions

View File

@ -621,7 +621,7 @@ namespace OpenSim.Framework.Servers
} }
} }
return; return;
responseString = "Error"; //responseString = "Error";
} }
} }