author | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Sun, 23 Nov 2008 18:07:10 +0000 (19:07 +0100) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Sun, 23 Nov 2008 18:07:10 +0000 (19:07 +0100) | ||
commit | eb30b842f4ee4d68f68d8a6ba17e0109b6777565 | |
tree | 68a5ba081f13ae599f63f5fc29ff0f296f25dde1 | tree | snapshot |
parent | 27833e4102a75b79840784ba9106816bfc519625 | commit | diff |
regex match: Require *all* regular expressions to match.
Before, when there were multiple regular expressions for the same field,
for example the host, only of of those regular expressions needed to
match for a successful overall match.
The new behavior is not that *all* regular expressions need to match for
a successful overall match. This makes the behavior much easier to
understand.
Before, when there were multiple regular expressions for the same field,
for example the host, only of of those regular expressions needed to
match for a successful overall match.
The new behavior is not that *all* regular expressions need to match for
a successful overall match. This makes the behavior much easier to
understand.
src/match_regex.c | diff | blob | history |