From 8eac4c6b605fb21361e66b75a2468948d7331f1d Mon Sep 17 00:00:00 2001 From: brain Date: Fri, 25 Nov 2005 12:00:52 +0000 Subject: Fixed removal of mesh linking from core Added cvsignores git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1939 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/connection.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/connection.cpp') diff --git a/src/connection.cpp b/src/connection.cpp index d8ebefdf5..f5640e5be 100644 --- a/src/connection.cpp +++ b/src/connection.cpp @@ -317,7 +317,6 @@ bool ircd_connector::MakeOutboundConnection(char* newhost, int newport) if (errno != EINPROGRESS) { WriteOpers("connect() failed for %s",host); - RemoveServer(this->servername.c_str()); return false; } } @@ -330,7 +329,6 @@ bool ircd_connector::MakeOutboundConnection(char* newhost, int newport) else { WriteOpers("socket() failed!"); - RemoveServer(this->servername.c_str()); } return false; -- cgit v1.3.1-10-gc9f91