X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fsnapshot.c;h=7cde25d4f6a57c82b5f6645aece95289a0e2b83d;hb=7c3b203c5c69fc37c8d143851cd395cbf8920786;hp=a23f2dba400e00d51254a371898388bd9ec7f687;hpb=b9c0d4415b8cd6135321185b6febfdd1366a477c;p=elogind.git diff --git a/src/snapshot.c b/src/snapshot.c index a23f2dba4..7cde25d4f 100644 --- a/src/snapshot.c +++ b/src/snapshot.c @@ -45,7 +45,7 @@ static void snapshot_set_state(Snapshot *s, SnapshotState state) { snapshot_state_to_string(old_state), snapshot_state_to_string(state)); - unit_notify(UNIT(s), state_translation_table[old_state], state_translation_table[state]); + unit_notify(UNIT(s), state_translation_table[old_state], state_translation_table[state], true); } static int snapshot_load(Unit *u) {