chiark / gitweb /
dhcp: Add function to free DHCP client data
[elogind.git] / src / core / transaction.c
index e2ff0bd1e5986fe0af05d4c9b0eeb06fe9150103..36e31c45c9949dc5a5a82b981ff31490242c24cb 100644 (file)
@@ -578,7 +578,7 @@ static int transaction_apply(Transaction *tr, Manager *m, JobMode mode) {
 
         /* Moves the transaction jobs to the set of active jobs */
 
-        if (mode == JOB_ISOLATE) {
+        if (mode == JOB_ISOLATE || mode == JOB_FLUSH) {
 
                 /* When isolating first kill all installed jobs which
                  * aren't part of the new transaction */