Dispatch post-activation messages to anyone interested
authorWill Thompson <will.thompson@collabora.co.uk>
Thu, 4 Feb 2010 20:24:54 +0000 (20:24 +0000)
committerWill Thompson <will.thompson@collabora.co.uk>
Fri, 19 Mar 2010 17:47:40 +0000 (17:47 +0000)
commitaf95ba7c8eafaff6c5a8ab8dd2784427b168cab5
tree9050e26cc58fcb80a95d4278aaf8d01432a7ea8a
parentaa275ff175180f9635c473bfb56912835aa488af
Dispatch post-activation messages to anyone interested

Previously, if a method call activated a service, it would only be
delivered to that service, and not to other services with match rules
which should match. This patch replaces the improperly-duplicated
dispatch code in activation.c with a call back into the normal dispatch
code, fixing this bug (fd.o#26427).
bus/activation.c