push
[NextIRCd.git] / src / ircd_auth.c
index 5634038747e984b09e4b04ca31fffc9e6e89b495..b0ff83145f675d02600281c13626e0399897926b 100644 (file)
@@ -37,6 +37,7 @@ struct Auth *auth_new(struct Connection *conn) {
        socket_printf(conn, "NOTICE AUTH :*** NextIRCd v%d.%d (%s)", VERSION_NUMBER, patchlevel, revision);
        
        auth->conn = conn;
+       conn->data.auth = auth;
        time(&auth->startup_time);
        
        auth->prev = authlist_last;