dropping sex from SceneBanner...

0.6.6-post-fixes
Dr Scofield 2009-05-22 14:21:44 +00:00
parent 37726764be
commit 1df80943b0
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ namespace OpenSim.Region.CoreModules.Agent.IPBan
}
}
}
catch (System.Net.Sockets.SocketException sex)
catch (System.Net.Sockets.SocketException)
{
m_log.WarnFormat("[IPBAN] IP address \"{0}\" cannot be resolved via DNS", end);
}