[asterisk-commits] russell: branch 1.6.2 r240413 - in /branches/1.6.2: ./ main/event.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Fri Jan 15 14:46:22 CST 2010


Author: russell
Date: Fri Jan 15 14:46:18 2010
New Revision: 240413

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=240413
Log:
Merged revisions 240411 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/trunk

........
  r240411 | russell | 2010-01-15 14:41:11 -0600 (Fri, 15 Jan 2010) | 7 lines
  
  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)
........

Modified:
    branches/1.6.2/   (props changed)
    branches/1.6.2/main/event.c

Propchange: branches/1.6.2/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.

Modified: branches/1.6.2/main/event.c
URL: http://svnview.digium.com/svn/asterisk/branches/1.6.2/main/event.c?view=diff&rev=240413&r1=240412&r2=240413
==============================================================================
--- branches/1.6.2/main/event.c (original)
+++ branches/1.6.2/main/event.c Fri Jan 15 14:46:18 2010
@@ -1273,6 +1273,7 @@
 
 	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],
 		};
 




More information about the asterisk-commits mailing list