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

Comparing ircd-hybrid/branches/8.2.x/src/server.c (file contents):
Revision 4211 by michael, Sat Jul 12 19:22:22 2014 UTC vs.
Revision 4299 by michael, Sun Jul 20 13:51:28 2014 UTC

# Line 889 | Line 889 | serv_connect_callback(fde_t *fd, int sta
889    struct Client *client_p = data;
890    struct MaskItem *conf = NULL;
891  
892 <  /* First, make sure its a real client! */
892 >  /* First, make sure it's a real client! */
893    assert(client_p);
894    assert(&client_p->localClient->fd == fd);
895  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines