daddr - unused variable warning fixed
This commit is contained in:
parent
6f24a013bf
commit
d20d004550
1 changed files with 0 additions and 1 deletions
|
@ -77,7 +77,6 @@ mo_dline(struct Client *client_p, struct Client *source_p,
|
||||||
const char *dlhost;
|
const char *dlhost;
|
||||||
char *oper_reason;
|
char *oper_reason;
|
||||||
char *reason = def;
|
char *reason = def;
|
||||||
struct rb_sockaddr_storage daddr;
|
|
||||||
char cidr_form_host[HOSTLEN + 1];
|
char cidr_form_host[HOSTLEN + 1];
|
||||||
struct ConfItem *aconf;
|
struct ConfItem *aconf;
|
||||||
int bits;
|
int bits;
|
||||||
|
|
Loading…
Reference in a new issue