summaryrefslogtreecommitdiff
path: root/src/s_bsd.c
diff options
context:
space:
mode:
authormichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2014-01-20 17:16:43 +0000
committermichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2014-01-20 17:16:43 +0000
commit2bd268f2cd19f681ad894c9b1ddd35f0a2e2883c (patch)
treee6994943cfab43bb4e1b98ae8f0ec2da02b6fb88 /src/s_bsd.c
parent6d58ca782efa1f07c17c66d7b870b08b85527030 (diff)
- Use the i/o subsystem to execute scheduled writes. Patch provided by Adam.
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@2882 82007160-df01-0410-b94d-b575c5fd34c7
Diffstat (limited to 'src/s_bsd.c')
-rw-r--r--src/s_bsd.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/s_bsd.c b/src/s_bsd.c
index 8307a02..5efb317 100644
--- a/src/s_bsd.c
+++ b/src/s_bsd.c
@@ -171,7 +171,6 @@ close_connection(struct Client *client_p)
* even if it is marked as blocked (COMM_SELECT_READ handler is called
* before COMM_SELECT_WRITE). Let's try, nothing to lose.. -adx
*/
- ClearSendqBlocked(client_p);
send_queued_write(client_p);
}