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

Comparing ircd-hybrid/trunk/src/conf.c (file contents):
Revision 1946 by michael, Sun May 5 10:21:40 2013 UTC vs.
Revision 1949 by michael, Sun May 5 10:28:09 2013 UTC

# Line 304 | Line 304 | check_client(struct Client *source_p)
304   static int
305   verify_access(struct Client *client_p)
306   {
307 <  struct MaskItem *conf = NULL, *rkconf = NULL;
307 >  struct MaskItem *conf = NULL;
308    char non_ident[USERLEN + 1] = { '~', '\0' };
309  
310    if (IsGotId(client_p))

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines