diff options
Diffstat (limited to 'src/s_bsd.c')
-rw-r--r-- | src/s_bsd.c | 1 |
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); } |