[asterisk-commits] pabelanger: branch 1.6.2 r272253 - in /branches/1.6.2: ./ main/manager.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Wed Jun 23 15:37:11 CDT 2010
Author: pabelanger
Date: Wed Jun 23 15:37:06 2010
New Revision: 272253
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=272253
Log:
Merged revisions 272252 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
........
r272252 | pabelanger | 2010-06-23 16:35:45 -0400 (Wed, 23 Jun 2010) | 8 lines
Correct manager variable 'EventList' case.
(closes issue #17520)
Reported by: kobaz
Patches:
manager.patch uploaded by kobaz (license 834)
Tested by: lmadsen
........
Modified:
branches/1.6.2/ (props changed)
branches/1.6.2/main/manager.c
Propchange: branches/1.6.2/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.
Modified: branches/1.6.2/main/manager.c
URL: http://svnview.digium.com/svn/asterisk/branches/1.6.2/main/manager.c?view=diff&rev=272253&r1=272252&r2=272253
==============================================================================
--- branches/1.6.2/main/manager.c (original)
+++ branches/1.6.2/main/manager.c Wed Jun 23 15:37:06 2010
@@ -1024,7 +1024,7 @@
if (!ast_strlen_zero(id))
astman_append(s, "ActionID: %s\r\n", id);
if (listflag)
- astman_append(s, "Eventlist: %s\r\n", listflag); /* Start, complete, cancelled */
+ astman_append(s, "EventList: %s\r\n", listflag); /* Start, complete, cancelled */
if (msg == MSG_MOREDATA)
return;
else if (msg)
More information about the asterisk-commits
mailing list