ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/src/s_bsd.c
(Generate patch)

Comparing ircd-hybrid/trunk/src/s_bsd.c (file contents):
Revision 2733 by michael, Fri Jan 3 17:30:13 2014 UTC vs.
Revision 2881 by michael, Mon Jan 20 17:15:39 2014 UTC

# Line 171 | Line 171 | close_connection(struct Client *client_p
171       * even if it is marked as blocked (COMM_SELECT_READ handler is called
172       * before COMM_SELECT_WRITE). Let's try, nothing to lose.. -adx
173       */
174    ClearSendqBlocked(client_p);
174      send_queued_write(client_p);
175    }
176  

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)