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

Comparing ircd-hybrid/trunk/src/auth.c (file contents):
Revision 8303 by michael, Sun Feb 25 13:05:46 2018 UTC vs.
Revision 8304 by michael, Tue Feb 27 20:05:58 2018 UTC

# Line 107 | Line 107 | make_auth_request(struct Client *client)
107   * this adds the client into the local client lists so it can be read by
108   * the main io processing loop
109   */
110 < void
110 > static void
111   release_auth_client(struct AuthRequest *auth)
112   {
113    struct Client *const client = auth->client;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines