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

Comparing ircd-hybrid/trunk/src/s_bsd.c (file contents):
Revision 3311 by michael, Tue Apr 15 12:10:36 2014 UTC vs.
Revision 3312 by michael, Tue Apr 15 12:13:07 2014 UTC

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

Diff Legend

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