ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/branches/newio/src/s_user.c
(Generate patch)

Comparing ircd-hybrid/trunk/src/s_user.c (file contents):
Revision 1644 by michael, Tue Nov 6 22:20:16 2012 UTC vs.
Revision 1646 by michael, Wed Nov 7 21:02:43 2012 UTC

# Line 1382 | Line 1382 | add_isupport(const char *name, const cha
1382      dlinkAddTail(support, &support->node, &support_list);
1383    }
1384  
1385 <  DupString(support->name, name);
1385 >  support->name = xstrdup(name);
1386    if (options != NULL)
1387 <    DupString(support->options, options);
1387 >    support->options = xstrdup(options);
1388    support->number = n;
1389  
1390    rebuild_isupport_message_line();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines