]> jfr.im git - solanum.git/blobdiff - ircd/listener.c
newconf: add illustrative examples to comments
[solanum.git] / ircd / listener.c
index aeff94e902a7d051b0754abf3555c185713d3a05..6038a2d862b06201f85ccb79990b19a5fbfe8bf8 100644 (file)
@@ -34,7 +34,7 @@
 #include "s_newconf.h"
 #include "s_stats.h"
 #include "send.h"
-#include "s_auth.h"
+#include "authd.h"
 #include "reject.h"
 #include "s_conf.h"
 #include "hostmask.h"
@@ -509,7 +509,7 @@ add_connection(struct Listener *listener, rb_fde_t *F, struct sockaddr *sai, str
 
        ++listener->ref_count;
 
-       start_auth(new_client);
+       authd_initiate_client(new_client);
 }
 
 static const char *toofast = "ERROR :Reconnecting too fast, throttled.\r\n";