From 2f350cc665025a5b6b5fa52242be9c3b623567f9 Mon Sep 17 00:00:00 2001 From: brain Date: Thu, 2 Jun 2005 21:10:29 +0000 Subject: More fixes for Vincent bug git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1592 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/connection.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/connection.cpp') 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); } -- cgit v1.2.3