summaryrefslogtreecommitdiff
path: root/unit/utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'unit/utils.c')
-rw-r--r--unit/utils.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/unit/utils.c b/unit/utils.c
index 96644631..6ff1c710 100644
--- a/unit/utils.c
+++ b/unit/utils.c
@@ -91,6 +91,9 @@ static void manager_changed(struct test_fix *fix,
fix->manager.state = g_strdup(value);
}
+
+ if (fix->manager_changed != NULL)
+ fix->manager_changed(fix);
}
static gboolean handle_manager_changed(DBusConnection *connection,