summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-03-11 18:46:05 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-03-11 18:46:05 +0000
commitdf1c2f1d71975402976ae2ae6d7eb84c0a0658a7 (patch)
treee1a8b17d7c9b5976b6e50962aae773eede0107ed /src
parent1c93ea76ba896a86c0a7567a307efb6bc3598a75 (diff)
Cant do *ANYTHING* in the damn destructor?!
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3675 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src')
-rw-r--r--src/socket.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/socket.cpp b/src/socket.cpp
index 7be8c353a..72318aa42 100644
--- a/src/socket.cpp
+++ b/src/socket.cpp
@@ -403,6 +403,6 @@ void InspSocket::OnClose() { return; }
InspSocket::~InspSocket()
{
- outbuffer.clear();
- this->Close();
+ //outbuffer.clear();
+ //this->Close();
}