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

Comparing ircd-hybrid/trunk/src/resv.c (file contents):
Revision 1649 by michael, Sat Nov 10 19:27:13 2012 UTC vs.
Revision 1653 by michael, Wed Nov 14 11:50:55 2012 UTC

# Line 150 | Line 150 | match_find_resv(const char *name)
150    {
151      struct MaskItem *conf = ptr->data;
152  
153 <    if (match_chan(name, conf->name))
153 >    if (!match(name, conf->name))
154        return conf;
155    }
156  

Diff Legend

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