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

Comparing ircd-hybrid-7.2/src/s_bsd.c (file contents):
Revision 896 by michael, Sat Nov 3 08:54:09 2007 UTC vs.
Revision 948 by michael, Tue Jul 21 17:34:06 2009 UTC

# Line 357 | Line 357 | add_connection(struct Listener *listener
357   #endif
358      strlcat(new_client->host, new_client->sockhost,HOSTLEN+1);
359  
360  new_client->connect_id = ++connect_id;
360    new_client->localClient->listener = listener;
361    ++listener->ref_count;
362  

Diff Legend

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