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

Comparing ircd-hybrid/src/client.c (file contents):
Revision 235 by michael, Sat Nov 5 11:31:51 2005 UTC vs.
Revision 236 by michael, Sat Nov 5 11:54:49 2005 UTC

# Line 1321 | Line 1321 | exit_aborted_clients(void)
1321   void
1322   del_accept(struct Accept *accept, struct Client *client_p)
1323   {
1324 <  dlinkDelete(ptr, &client_p->localClient->acceptlist);
1324 >  dlinkDelete(&accept->node, &client_p->localClient->acceptlist);
1325  
1326    MyFree(accept->nick);
1327    MyFree(accept->user);
# Line 1366 | Line 1366 | accept_message(struct Client *source,
1366   {
1367    dlink_node *ptr = NULL;
1368  
1369 <  if (source == target || find_accept(source_p->name, source_p->username,
1370 <                                      source_p->host, target, 1))
1369 >  if (source == target || find_accept(source->name, source->username,
1370 >                                      source->host, target, 1))
1371      return 1;
1372  
1373    if (IsSoftCallerId(target))

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines