fixed stupid missed edit

This commit is contained in:
mark 2007-08-29 05:00:37 +00:00
parent b516d6e30a
commit a133885884

View file

@ -105,7 +105,7 @@ namespace Server.Misc
private static void Resolve( string addr, out IPAddress outValue )
{
if ( IPAddress.TryParse( addr, out outValue ) )
return true;
return;
try {
IPHostEntry iphe = Dns.GetHostEntry( addr );