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

Comparing ircd-hybrid-7.2/src/send.c (file contents):
Revision 948 by michael, Tue Jul 21 17:34:06 2009 UTC vs.
Revision 1001 by michael, Sat Aug 29 22:44:44 2009 UTC

# Line 294 | Line 294 | send_queued_write(struct Client *to)
294          retlen = send(to->localClient->fd.fd, first->data, first->size, 0);
295  
296        if (retlen <= 0)
297      {
298 #ifdef _WIN32
299        errno = WSAGetLastError();
300 #endif
297          break;
302      }
298  
299        dbuf_delete(&to->localClient->buf_sendq, retlen);
300  

Diff Legend

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