X-Git-Url: https://jfr.im/git/solanum.git/blobdiff_plain/79435744c7b57fa830b8e4e7c7c8a9adf63f52b5..d4f7eb4ce6a0c5a703ddb0f5f5bfaf5d2037e605:/modules/m_dline.c diff --git a/modules/m_dline.c b/modules/m_dline.c index 9a056d05..cc62d572 100644 --- a/modules/m_dline.c +++ b/modules/m_dline.c @@ -222,11 +222,9 @@ apply_dline(struct Client *source_p, const char *dlhost, int tdline_time, char * sendto_one(source_p, ":%s NOTICE %s :Invalid D-Line", me.name, source_p->name); return; } -#ifdef RB_IPV6 if(ty == HM_IPV6) t = AF_INET6; else -#endif t = AF_INET; /* This means dlines wider than /16 cannot be set remotely */