bus: dont broadcast process-metadata on faked credentials
authorDavid Herrmann <dh.herrmann@gmail.com>
Sun, 11 Jan 2015 11:39:05 +0000 (12:39 +0100)
committerDavid Herrmann <dh.herrmann@gmail.com>
Sun, 11 Jan 2015 11:39:05 +0000 (12:39 +0100)
commitcac57f5e45b1d11d3f1b18777791f7d48a63afea
tree2941dde3533ea4ceb616f9fd0763f16c5379f77f
parent8d411f94a321e109d3c9ed27659f021fba619793
bus: dont broadcast process-metadata on faked credentials

For unicasts, we correctly suppress process metadata if they are faked.
They ought to be read via GET_CONN_INFO. However, for broadcasts and
eavesdropping we didn't do this, yet. Fix that!

Signed-off-by: David Herrmann <dh.herrmann@gmail.com>
bus.c