diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/socket.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/socket.cpp b/src/socket.cpp index 498b17949..174df4a1b 100644 --- a/src/socket.cpp +++ b/src/socket.cpp @@ -64,7 +64,6 @@ InspSocket::InspSocket(int newfd, char* ip) InspSocket::InspSocket(const std::string &ahost, int aport, bool listening, unsigned long maxtime) : fd(-1), host(ahost) { this->ClosePending = false; - this->outbuffer.clear(); if (listening) { if ((this->fd = OpenTCPSocket()) == ERROR) { |