summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main/event.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/event.c b/main/event.c
index cc2efe961..7f29783b9 100644
--- a/main/event.c
+++ b/main/event.c
@@ -1482,6 +1482,7 @@ static int ast_event_cmp(void *obj, void *arg, int flags)
for (i = 0; i < ARRAY_LEN(ast_event_cache[0].cache_args) && cache_args[i]; i++) {
struct ast_event_ie_val ie_val = {
+ .ie_pltype = ast_event_get_ie_pltype(cache_args[i]),
.ie_type = cache_args[i],
};