| # | Line 1093 | Line 1093 | user_set_hostmask(struct Client *target_ | |
|---|---|---|
| 1093 | ||
| 1094 | DLINK_FOREACH(ptr, target_p->channel.head) | |
| 1095 | { | |
| 1096 | < | char modebuf[4], nickbuf[NICKLEN * 3 + 3]; |
| 1096 | > | char modebuf[4], nickbuf[NICKLEN * 3 + 3] = { '\0' }; |
| 1097 | char *p = modebuf; | |
| 1098 | int len = 0; | |
| 1099 | const struct Membership *ms = ptr->data; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |