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

Comparing ircd-hybrid/trunk/src/conf.c (file contents):
Revision 5776 by michael, Sat Apr 4 17:31:30 2015 UTC vs.
Revision 5783 by michael, Sun Apr 5 15:01:12 2015 UTC

# Line 1554 | Line 1554 | valid_wild_card(struct Client *source_p,
1554   */
1555   static int
1556   find_user_host(struct Client *source_p, char *user_host_or_nick,
1557 <               char *luser, char *lhost, unsigned int flags)
1557 >               char *luser, char *lhost)
1558   {
1559    struct Client *target_p = NULL;
1560    char *hostp = NULL;
# Line 1695 | Line 1695 | parse_aline(const char *cmd, struct Clie
1695      *up_p = *parv;
1696    else
1697    {
1698 <    if (find_user_host(source_p, *parv, user, host, parse_flags) == 0)
1698 >    if (find_user_host(source_p, *parv, user, host) == 0)
1699        return 0;
1700  
1701      *up_p = user;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines