From 61637bdbb3a84527d4f93c2ba8792a6efd29ba8f Mon Sep 17 00:00:00 2001 From: brain Date: Fri, 25 Nov 2005 11:21:52 +0000 Subject: Removal of mesh stuff (lots of) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1938 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/connection.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/connection.cpp') diff --git a/src/connection.cpp b/src/connection.cpp index 14c108fd5..d8ebefdf5 100644 --- a/src/connection.cpp +++ b/src/connection.cpp @@ -384,10 +384,6 @@ int ircd_connector::GetState() void ircd_connector::SetState(int newstate) { this->state = newstate; - if (state == STATE_DISCONNECTED) - { - NetSendMyRoutingTable(); - } } void ircd_connector::CloseConnection() -- cgit v1.2.3