Don't drop pending activations when reloading configuration
authorColin Walters <walters@verbum.org>
Thu, 28 Jan 2010 20:04:14 +0000 (15:04 -0500)
committerColin Walters <walters@verbum.org>
Thu, 28 Jan 2010 22:01:24 +0000 (17:01 -0500)
commitb93476ce07acce83ff3b396616bb8a0eaf719916
tree3e23a48387006d4cfcd16f49523c537f9b8c4759
parent0a3905d7f3b2ff43b09479863775939f9c8acad4
Don't drop pending activations when reloading configuration

The reload handling for activation simply dropped all knowledge
of pending activations, which was clearly wrong.  Refactor things
so that reload only reloads directories, server address etc.

Based on a patch originally from Matthias Clasen <mclasen@redhat.com>
bus/activation.c
bus/activation.h
bus/bus.c