]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - src/reject.c
s_stats.c removed, now we use new style of stats handling.
[irc/rqf/shadowircd.git] / src / reject.c
index 22105384c035b987d9cde1e510d48e748d79fea0..a01b5a0537a6a73513531cdba3953a7704b3a62a 100644 (file)
@@ -174,7 +174,7 @@ check_reject(struct Client *client_p)
                rdata->time = rb_current_time();
                if(rdata->count > ConfigFileEntry.reject_after_count)
                {
-                       ServerStats->is_rej++;
+                       ServerStats.is_rej++;
                        SetReject(client_p);
                        rb_setselect(client_p->localClient->F, RB_SELECT_WRITE | RB_SELECT_READ, NULL, NULL);
                        SetClosing(client_p);