channel: silence harmless uninitialised variable warning

This commit is contained in:
Aaron Jones 2016-06-01 19:58:53 +00:00
parent 2ce25d94d9
commit d352ca15aa
No known key found for this signature in database
GPG key ID: 6E854C0FAAD4CEA4

View file

@ -1259,7 +1259,7 @@ send_cap_mode_changes(struct Client *client_p, struct Client *source_p,
char *pbuf;
const char *arg;
int dir;
int arglen;
int arglen = 0;
/* Now send to servers... */
mc = 0;