channel: silence harmless uninitialised variable warning
This commit is contained in:
parent
2ce25d94d9
commit
d352ca15aa
1 changed files with 1 additions and 1 deletions
|
@ -1259,7 +1259,7 @@ send_cap_mode_changes(struct Client *client_p, struct Client *source_p,
|
||||||
char *pbuf;
|
char *pbuf;
|
||||||
const char *arg;
|
const char *arg;
|
||||||
int dir;
|
int dir;
|
||||||
int arglen;
|
int arglen = 0;
|
||||||
|
|
||||||
/* Now send to servers... */
|
/* Now send to servers... */
|
||||||
mc = 0;
|
mc = 0;
|
||||||
|
|
Loading…
Reference in a new issue