X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fsnapshot.c;h=7cde25d4f6a57c82b5f6645aece95289a0e2b83d;hp=a23f2dba400e00d51254a371898388bd9ec7f687;hb=1b5e66919d7ba5f8d307c4ac04f14e8c0c56d36e;hpb=b9c0d4415b8cd6135321185b6febfdd1366a477c 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) {