# | Line 271 | Line 271 | ssl_handshake(int fd, struct Client *cli | |
---|---|---|
271 | return; | |
272 | } | |
273 | ||
274 | < | execute_callback(auth_cb, client_p); |
274 | > | start_auth(client_p); |
275 | } | |
276 | #endif | |
277 | ||
# | Line 342 | Line 342 | add_connection(struct Listener *listener | |
342 | } | |
343 | else | |
344 | #endif | |
345 | < | execute_callback(auth_cb, new_client); |
345 | > | start_auth(new_client); |
346 | } | |
347 | ||
348 | /* |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |