diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-12-09 22:06:15 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-12-09 22:06:15 +0000 |
commit | 3af9d9b0605a503ed16a8b8314587451979103d7 (patch) | |
tree | 5c2ea0f4733404b36899dfcc0954d57929938a35 /src/inspsocket.cpp | |
parent | 6d2bf07374515c88734a19ffaac179b7357059ea (diff) |
Make it all work properly. Have it wait for handshake to complete before sending anything down the line
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5898 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/inspsocket.cpp')
-rw-r--r-- | src/inspsocket.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/inspsocket.cpp b/src/inspsocket.cpp index 1096162db..fc0f7537a 100644 --- a/src/inspsocket.cpp +++ b/src/inspsocket.cpp @@ -367,7 +367,6 @@ bool InspSocket::FlushWriteBuffer() { try { - Instance->Log(DEBUG,"To write: %s", outbuffer[0].c_str()); int result = Instance->Config->GetIOHook(this)->OnRawSocketWrite(this->fd, outbuffer[0].c_str(), outbuffer[0].length()); if (result > 0) { |