Code

store: Let child matchers handle negated operators as before.
authorSebastian Harl <sh@tokkee.org>
Thu, 23 Oct 2014 19:20:50 +0000 (21:20 +0200)
committerSebastian Harl <sh@tokkee.org>
Thu, 23 Oct 2014 19:20:50 +0000 (21:20 +0200)
commit113ddda5acb307b54632b151bfadc5d313c276b7
tree4810eb413bba4ca71e7fdef43a9da46c29da0df9
parentbc8fd5bf634bd6cd1ae9afa03da3390d7fe8b0dc
store: Let child matchers handle negated operators as before.

That is, negated matchers have to match *all* children because a condition
like "service != 'foo'" would match only on hosts which do not have a service
called 'foo'.
src/core/store_lookup.c