summaryrefslogtreecommitdiff
path: root/src/connection.cpp
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-06-02 21:10:29 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-06-02 21:10:29 +0000
commit2f350cc665025a5b6b5fa52242be9c3b623567f9 (patch)
treedd0e25b8d8399bd8f3bba3d2614d2e2b50cc3f0e /src/connection.cpp
parent4543fc23e9d0a70e9301c5c51f1d2315e50295d5 (diff)
More fixes for Vincent bug
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1592 e03df62e-2008-0410-955e-edbf42e46eb7
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);
}