summaryrefslogtreecommitdiff
path: root/src/connection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/connection.cpp')
-rw-r--r--src/connection.cpp4
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()