summaryrefslogtreecommitdiff
path: root/src/event_types/action_executed_event.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/event_types/action_executed_event.c')
-rw-r--r--src/event_types/action_executed_event.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/event_types/action_executed_event.c b/src/event_types/action_executed_event.c
index 7a95812..4af8362 100644
--- a/src/event_types/action_executed_event.c
+++ b/src/event_types/action_executed_event.c
@@ -106,8 +106,6 @@ static void ae_event_serialize(struct faultd_event *ev, struct faultd_object *ou
struct action_executed_event *ae_ev =
to_action_executed_event(ev);
- assert(!FAULTD_OID_IS_ZERO(ae_ev->reason->oid));
-
faultd_event_serialize_internal(ev, out);
faultd_object_append_oid(out, AE_EV_REASON, &ae_ev->reason->oid);
faultd_object_append_string(out, AE_EV_ACTION, ae_ev->action);