mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-12 03:59:03 -04:00
Fix random debian (well, duplicated on debian) breakage with client sockets 'hanging' on connect
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7654 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
parent
79cae85dd7
commit
6d8f6bf5f6
@ -500,9 +500,6 @@ class ModuleSSLGnuTLS : public Module
|
||||
|
||||
virtual int OnRawSocketWrite(int fd, const char* buffer, int count)
|
||||
{
|
||||
if (!count)
|
||||
return 0;
|
||||
|
||||
issl_session* session = &sessions[fd];
|
||||
const char* sendbuffer = buffer;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user