]> jfr.im git - solanum.git/blobdiff - include/blacklist.h
chmode: Move add_id() to a boolean
[solanum.git] / include / blacklist.h
index 652f12b40d530af776317cc854a7c45d85988bfa..7c8fc23ee517d2eb8f546fe6a10b75e91c9498c3 100644 (file)
@@ -36,7 +36,7 @@ struct Blacklist {
        int ipv6;       /* Does this blacklist support IPv6 lookups? */
        char host[IRCD_RES_HOSTLEN + 1];
        rb_dlink_list filters;  /* Filters for queries */
-       char reject_reason[IRCD_BUFSIZE];
+       char reject_reason[BUFSIZE];
        unsigned int hits;
        time_t lastwarning;
 };