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 4723 by michael, Tue Oct 7 18:44:19 2014 UTC vs.
Revision 4784 by michael, Sat Oct 25 16:12:54 2014 UTC

# Line 930 | Line 930 | void
930   oper_up(struct Client *source_p)
931   {
932    const unsigned int old = source_p->umodes;
933 <  const struct MaskItem *conf = source_p->connection->confs.head->data;
933 >  const struct MaskItem *const conf = source_p->connection->confs.head->data;
934  
935    assert(source_p->connection->confs.head);
936  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines