summaryrefslogtreecommitdiff
path: root/src/connection.cpp
diff options
context:
space:
mode:
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 b9a613cea..14c108fd5 100644
--- a/src/connection.cpp
+++ b/src/connection.cpp
@@ -394,8 +394,6 @@ void ircd_connector::CloseConnection()
{
log(DEBUG,"Closing connection");
// flush the queues
- this->sendq = "";
- this->ircdbuffer = "";
shutdown(this->fd,2);
close(this->fd);
}