summaryrefslogtreecommitdiff
path: root/src/connection.cpp
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-11-25 12:00:52 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-11-25 12:00:52 +0000
commit8eac4c6b605fb21361e66b75a2468948d7331f1d (patch)
treeaa94f5e21a317d3ee428fa42e0ded5134ec3bd8c /src/connection.cpp
parent61637bdbb3a84527d4f93c2ba8792a6efd29ba8f (diff)
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
Diffstat (limited to 'src/connection.cpp')
-rw-r--r--src/connection.cpp2
1 files changed, 0 insertions, 2 deletions
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;