summaryrefslogtreecommitdiffstats
path: root/common/elapi/elapi_event.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/elapi/elapi_event.c')
-rw-r--r--common/elapi/elapi_event.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/common/elapi/elapi_event.c b/common/elapi/elapi_event.c
index 9ca2c7381..735de5998 100644
--- a/common/elapi/elapi_event.c
+++ b/common/elapi/elapi_event.c
@@ -1001,7 +1001,8 @@ int elapi_copy_event(struct collection_item **new_event,
error = col_copy_collection(new_event,
source_event,
- NULL);
+ NULL,
+ COL_COPY_NORMAL);
TRACE_FLOW_NUMBER("elapi_copy_event. Exit Returning", error);
return error;