]> jfr.im git - irc/rqf/shadowircd.git/commitdiff
daddr - unused variable warning fixed
authorValery Yatsko <redacted>
Wed, 2 Apr 2008 11:21:35 +0000 (15:21 +0400)
committerValery Yatsko <redacted>
Wed, 2 Apr 2008 11:21:35 +0000 (15:21 +0400)
modules/m_dline.c

index cdb1fe67b3f48fd3d91388fa2d1876226e6d6915..317bb24478bc6ffcc9ecb52ae4d4c46fd6766de7 100644 (file)
@@ -77,7 +77,6 @@ mo_dline(struct Client *client_p, struct Client *source_p,
        const char *dlhost;
        char *oper_reason;
        char *reason = def;
-       struct rb_sockaddr_storage daddr;
        char cidr_form_host[HOSTLEN + 1];
        struct ConfItem *aconf;
        int bits;