# | Line 598 | Line 598 | find_matching_name_conf(enum maskitem_ty | |
---|---|---|
598 | { | |
599 | if ((user == NULL && (host == NULL))) | |
600 | return conf; | |
601 | < | if ((conf->flags & flags) != flags) |
601 | > | if ((conf->modes & flags) != flags) |
602 | continue; | |
603 | if (EmptyString(conf->user) || EmptyString(conf->host)) | |
604 | return conf; |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |