X-Git-Url: https://jfr.im/git/solanum.git/blobdiff_plain/7df5fcfbd3a7a08e357504d2ef1168a6082a21d3..8e2ebdb80add54d46c9f7f058ad469d70ddf9457:/modules/m_dline.c diff --git a/modules/m_dline.c b/modules/m_dline.c index 203e6001..42c134ec 100644 --- a/modules/m_dline.c +++ b/modules/m_dline.c @@ -154,7 +154,7 @@ mo_dline(struct Client *client_p, struct Client *source_p, const char *creason; int t = AF_INET, ty, b; ty = parse_netmask(dlhost, (struct sockaddr *)&daddr, &b); -#ifdef IPV6 +#ifdef RB_IPV6 if(ty == HM_IPV6) t = AF_INET6; else