diff options
| author | 2006-03-11 18:46:05 +0000 | |
|---|---|---|
| committer | 2006-03-11 18:46:05 +0000 | |
| commit | df1c2f1d71975402976ae2ae6d7eb84c0a0658a7 (patch) | |
| tree | e1a8b17d7c9b5976b6e50962aae773eede0107ed /src/socket.cpp | |
| parent | More checks (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/socket.cpp')
| -rw-r--r-- | src/socket.cpp | 4 |
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(); } |
