X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fautomount.c;h=0ae467cbd4f79a8fc005d78e05f0cbfd686c7e3c;hb=e0fa621b8b52da4d95bf5918eb998c9166e4bc7c;hp=b45cbcf53380171efeacbaa571ae5dc2a560ec52;hpb=2a77d31df976c3934e3b38a9e61c000ec9a8acc2;p=elogind.git diff --git a/src/automount.c b/src/automount.c index b45cbcf53..0ae467cbd 100644 --- a/src/automount.c +++ b/src/automount.c @@ -244,7 +244,7 @@ static void automount_set_state(Automount *a, AutomountState state) { automount_state_to_string(old_state), automount_state_to_string(state)); - unit_notify(UNIT(a), state_translation_table[old_state], state_translation_table[state]); + unit_notify(UNIT(a), state_translation_table[old_state], state_translation_table[state], true); } static int automount_coldplug(Unit *u) {