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 7480 by michael, Wed Mar 16 08:53:56 2016 UTC vs.
Revision 7521 by michael, Sat Apr 2 15:55:37 2016 UTC

# Line 484 | Line 484 | attach_connect_block(struct Client *clie
484    {
485      struct MaskItem *conf = node->data;
486  
487 <    if (match(conf->name, name) || match(conf->host, host))
487 >    if (irccmp(conf->name, name) ||
488 >        irccmp(conf->host, host))
489        continue;
490  
491      attach_conf(client_p, conf);

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)