diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-11-25 11:21:52 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-11-25 11:21:52 +0000 |
commit | 61637bdbb3a84527d4f93c2ba8792a6efd29ba8f (patch) | |
tree | a5264235f7fee3518a1bdd6635decf0144212d04 /src/connection.cpp | |
parent | 3e0d9cff9ac2e3d59f3d04958092ab6b4750ffe0 (diff) |
Removal of mesh stuff (lots of)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1938 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/connection.cpp')
-rw-r--r-- | src/connection.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
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() |