From 3af9d9b0605a503ed16a8b8314587451979103d7 Mon Sep 17 00:00:00 2001 From: brain Date: Sat, 9 Dec 2006 22:06:15 +0000 Subject: 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 --- src/inspsocket.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/inspsocket.cpp') 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) { -- cgit v1.3.1-10-gc9f91