# | 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 |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |