[svn-commits] pabelanger: trunk r272252 - /trunk/main/manager.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Wed Jun 23 15:35:50 CDT 2010


Author: pabelanger
Date: Wed Jun 23 15:35:45 2010
New Revision: 272252

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=272252
Log:
Correct manager variable 'EventList' case.

(closes issue #17520)
Reported by: kobaz
Patches:
      manager.patch uploaded by kobaz (license 834)
Tested by: lmadsen

Modified:
    trunk/main/manager.c

Modified: trunk/main/manager.c
URL: http://svnview.digium.com/svn/asterisk/trunk/main/manager.c?view=diff&rev=272252&r1=272251&r2=272252
==============================================================================
--- trunk/main/manager.c (original)
+++ trunk/main/manager.c Wed Jun 23 15:35:45 2010
@@ -1910,7 +1910,7 @@
 		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;




More information about the svn-commits mailing list