diff options
Diffstat (limited to 'src/resv.c')
-rw-r--r-- | src/resv.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -150,7 +150,7 @@ match_find_resv(const char *name) { struct MaskItem *conf = ptr->data; - if (match_chan(name, conf->name)) + if (!match(name, conf->name)) return conf; } |