From 1f4963c452c36bb7d41229ccdb1d41a6a0e20c51 Mon Sep 17 00:00:00 2001 From: imaginos Date: Thu, 3 Apr 2008 15:43:52 +0000 Subject: [PATCH] extra line breaking shit, its not supposed to be there :P git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1015 726aef4b-f618-498e-8847-2d620e286838 --- Csocket.h | 1 - 1 file changed, 1 deletion(-) diff --git a/Csocket.h b/Csocket.h index 2801be2b..32bfb0a3 100644 --- a/Csocket.h +++ b/Csocket.h @@ -1370,7 +1370,6 @@ public: if ( pcSock->GetConState() == T::CST_DESTDNS ) { - if ( !pcSock->SetupVHost() ) if ( pcSock->DNSLookup( T::DNS_DEST ) == ETIMEDOUT ) { pcSock->SockError( EADDRNOTAVAIL );