Parent Directory
|
Revision Log
|
Patch
revision 8303 by michael, Sun Feb 25 13:05:46 2018 UTC | revision 8304 by michael, Tue Feb 27 20:05:58 2018 UTC | |
---|---|---|
# | Line 107 make_auth_request(struct Client *client) | Line 107 make_auth_request(struct Client *client) |
107 | * this adds the client into the local client lists so it can be read by | * this adds the client into the local client lists so it can be read by |
108 | * the main io processing loop | * the main io processing loop |
109 | */ | */ |
110 | void | static void |
111 | release_auth_client(struct AuthRequest *auth) | release_auth_client(struct AuthRequest *auth) |
112 | { | { |
113 | struct Client *const client = auth->client; | struct Client *const client = auth->client; |
|
svnadmin@ircd-hybrid.org | ViewVC Help |
Powered by ViewVC 1.1.28 |