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

Comparing ircd-hybrid-7.2/src/s_auth.c (file contents):
Revision 664 by michael, Sat Jun 10 14:34:01 2006 UTC vs.
Revision 696 by michael, Wed Jun 21 07:52:16 2006 UTC

# Line 528 | Line 528 | auth_connect_callback(fde_t *fd, int err
528      auth_error(auth);
529      return;
530    }
531 +
532    read_auth_reply(&auth->fd, auth);
533   }
534  
# Line 649 | Line 650 | delete_auth(struct Client *target_p)
650        if (auth->client == target_p)
651        {
652          delete_resolver_queries(target_p->localClient->dns_query);
653 +        MyFree(target_p->localClient->dns_query);
654 +        target_p->localClient->dns_query = NULL;
655  
656          dlinkDelete(&auth->dns_node, &auth_doing_dns_list);
657 +
658          if (!IsDoingAuth(auth))
659          {
660            MyFree(auth);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines