ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/src/user.c
(Generate patch)

Comparing ircd-hybrid/trunk/src/s_user.c (file contents):
Revision 2141 by michael, Thu May 30 00:44:27 2013 UTC vs.
Revision 2143 by michael, Thu May 30 01:12:38 2013 UTC

# 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;

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)