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

Comparing ircd-hybrid/branches/8.2.x/src/user.c (file contents):
Revision 3871 by michael, Fri Jun 6 13:08:03 2014 UTC vs.
Revision 3897 by michael, Fri Jun 6 19:09:00 2014 UTC

# Line 1122 | Line 1122 | void
1122   add_isupport(const char *name, const char *options, int n)
1123   {
1124    dlink_node *ptr;
1125 <  struct Isupport *support;
1125 >  struct Isupport *support = NULL;
1126  
1127    DLINK_FOREACH(ptr, support_list.head)
1128    {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines