# | 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; |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |