X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/9f6bbe3cf9c786c5089bfd605315aed5268e8974..d7b7d8bbdf40036849709d9b520cdd909c9c7eb1:/modules/m_dline.c diff --git a/modules/m_dline.c b/modules/m_dline.c index 1cf22a0..32cc408 100644 --- a/modules/m_dline.c +++ b/modules/m_dline.c @@ -76,7 +76,7 @@ mo_dline(struct Client *client_p, struct Client *source_p, const char *dlhost; char *oper_reason; char *reason = def; - struct irc_sockaddr_storage daddr; + struct rb_sockaddr_storage daddr; char cidr_form_host[HOSTLEN + 1]; struct ConfItem *aconf; int bits;