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

Comparing ircd-hybrid-7.2/src/s_bsd_devpoll.c (file contents):
Revision 34 by lusky, Sun Oct 2 21:05:51 2005 UTC vs.
Revision 242 by adx, Sun Nov 6 11:20:44 2005 UTC

# Line 166 | Line 166 | comm_select(void)
166        {
167          F->read_handler = NULL;
168          hdl(F, F->read_data);
169 <        if (!F->flags.open)
170 <          continue;
169 >        if (!F->flags.open)
170 >          continue;
171        }
172  
173      if ((dopoll.dp_fds[i].revents & (POLLWRNORM | POLLOUT | POLLHUP | POLLERR)))
# Line 175 | Line 175 | comm_select(void)
175        {
176          F->write_handler = NULL;
177          hdl(F, F->write_data);
178 <        if (!F->flags.open)
179 <          continue;
178 >        if (!F->flags.open)
179 >          continue;
180        }
181  
182      comm_setselect(F, 0, NULL, NULL, 0);

Diff Legend

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