summaryrefslogtreecommitdiff
path: root/src/s_bsd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/s_bsd.c')
-rw-r--r--src/s_bsd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/s_bsd.c b/src/s_bsd.c
index cf9d749..5d5216c 100644
--- a/src/s_bsd.c
+++ b/src/s_bsd.c
@@ -271,7 +271,7 @@ ssl_handshake(int fd, struct Client *client_p)
return;
}
- execute_callback(auth_cb, client_p);
+ start_auth(client_p);
}
#endif
@@ -342,7 +342,7 @@ add_connection(struct Listener *listener, struct irc_ssaddr *irn, int fd)
}
else
#endif
- execute_callback(auth_cb, new_client);
+ start_auth(new_client);
}
/*