mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-25 15:08:53 +00:00
Correct manager variable 'EventList' case.
(closes issue #17520) Reported by: kobaz Patches: manager.patch uploaded by kobaz (license 834) Tested by: lmadsen git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@272252 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1910,7 +1910,7 @@ static void astman_send_response_full(struct mansession *s, const struct message
|
|||||||
astman_append(s, "ActionID: %s\r\n", id);
|
astman_append(s, "ActionID: %s\r\n", id);
|
||||||
}
|
}
|
||||||
if (listflag) {
|
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) {
|
if (msg == MSG_MOREDATA) {
|
||||||
return;
|
return;
|
||||||
|
Reference in New Issue
Block a user