]> git.ipfire.org Git - thirdparty/systemd.git/commit
bus-proxy: don't print error-messages if we check multiple dests
authorDavid Herrmann <dh.herrmann@gmail.com>
Sat, 17 Jan 2015 20:18:52 +0000 (21:18 +0100)
committerDavid Herrmann <dh.herrmann@gmail.com>
Sat, 17 Jan 2015 20:18:52 +0000 (21:18 +0100)
commit7447362c530e3f7128f16a35d1e43da4251144cc
tree44798592452cd748e3f03bdd884ceee74728500f
parent0d620e53360f8d1dd7fd750d26a9b273a6f4fc0b
bus-proxy: don't print error-messages if we check multiple dests

If we test the policy against multiple destination names, we really should
not print warnings if one of the names results in DENY. Instead, pass the
whole array of names to the policy and let it deal with it.
src/bus-proxyd/bus-xml-policy.c
src/bus-proxyd/bus-xml-policy.h
src/bus-proxyd/proxy.c
src/bus-proxyd/test-bus-xml-policy.c