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

Comparing ircd-hybrid/trunk/src/client.c (file contents):
Revision 7924 by michael, Sat Dec 31 13:57:08 2016 UTC vs.
Revision 7955 by michael, Sat Mar 4 19:38:05 2017 UTC

# Line 712 | Line 712 | exit_client(struct Client *source_p, con
712        ipcache_remove_address(&source_p->connection->ip);
713      }
714  
715 <    delete_auth(&source_p->connection->auth);
715 >    auth_delete(&source_p->connection->auth);
716  
717      if (IsClient(source_p))
718      {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines