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

Comparing ircd-hybrid/trunk/src/user.c (file contents):
Revision 4209 by michael, Sat Jul 12 18:15:19 2014 UTC vs.
Revision 4213 by michael, Mon Jul 14 09:26:05 2014 UTC

# Line 297 | Line 297 | introduce_client(struct Client *source_p
297      ubuf[1] = '\0';
298    }
299  
300 <  DLINK_FOREACH(ptr, serv_list.head)
300 >  DLINK_FOREACH(ptr, local_server_list.head)
301    {
302      struct Client *server = ptr->data;
303  

Diff Legend

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