]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - modules/m_dline.c
report_error() cleanup
[irc/rqf/shadowircd.git] / modules / m_dline.c
index 1cf22a0794bacfb3e5520436a0c3944d521514dc..32cc408c42ef112ba48bcf32088ee3ec48955f77 100644 (file)
@@ -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;