mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 11:25:35 +00:00
AMI: Remove no longer used parameter from astman_send_listack().
Follow-up issue to -r430435 from reviewboard review. ASTERISK-24049 Review: https://reviewboard.asterisk.org/r/4315/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@430452 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -85,7 +85,7 @@ static int action_devicestatelist(struct mansession *s, const struct message *m)
|
||||
return 0;
|
||||
}
|
||||
|
||||
astman_send_listack(s, m, "Device State Changes will follow", "start");
|
||||
astman_send_listack(s, m, "Device State Changes will follow");
|
||||
|
||||
it_states = ao2_iterator_init(device_states, 0);
|
||||
for (; (msg = ao2_iterator_next(&it_states)); ao2_ref(msg, -1)) {
|
||||
|
Reference in New Issue
Block a user