Pulled in changes with a few bugfixes

git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@629 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
prozacx
2006-02-09 04:32:42 +00:00
parent 1c3e0c5e39
commit fd90be44f2
2 changed files with 13 additions and 2 deletions

View File

@@ -1849,7 +1849,7 @@ int Csock::DNSLookup( EDNSLType eDNSLType )
return( EAGAIN );
#else
int iRet;
int iRet = ETIMEDOUT;
if ( eDNSLType == DNS_VHOST )
{
if( !GetIPv6() )