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

Comparing ircd-hybrid-7.3/src/s_user.c (file contents):
Revision 1124 by michael, Mon Feb 7 11:45:27 2011 UTC vs.
Revision 1125 by michael, Sun Feb 20 13:44:39 2011 UTC

# Line 471 | Line 471 | register_local_user(struct Client *sourc
471  
472    source_p->localClient->allow_read = MAX_FLOOD_BURST;
473  
474 <  assert(dlinkFindDelete(&unknown_list, source_p));
474 >  assert(dlinkFind(&unknown_list, source_p));
475  
476    if ((m = dlinkFindDelete(&unknown_list, source_p)) != NULL)
477    {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines