From e99a7f975eba40f5d58140de9c08e6998dda13ec Mon Sep 17 00:00:00 2001 From: russell Date: Fri, 15 Jan 2010 20:41:11 +0000 Subject: Ensure payload type is properly checked when comparing against cached events. (closes issue #16607) Reported by: ddv2005 Patches: event.patch uploaded by ddv2005 (license 769) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@240411 f38db490-d61c-443f-a65b-d21fe96a405b --- main/event.c | 1 + 1 file changed, 1 insertion(+) 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], }; -- cgit v1.2.3