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 7668 by michael, Wed Jul 20 17:09:49 2016 UTC vs.
Revision 7762 by michael, Thu Oct 6 16:45:18 2016 UTC

# Line 621 | Line 621 | exit_one_client(struct Client *source_p,
621  
622      if (MyConnect(source_p))
623      {
624 <      clear_invites_client(source_p);
624 >      clear_invite_list(&source_p->connection->invited);
625        del_all_accepts(source_p);
626      }
627    }

Diff Legend

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