mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-06 12:36:58 +00:00
Yet another minor change to test mantis/svn
(issue #9828) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@67805 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1735,7 +1735,7 @@ int ast_dsp_set_call_progress_zone(struct ast_dsp *dsp, char *zone)
|
|||||||
{
|
{
|
||||||
int x;
|
int x;
|
||||||
|
|
||||||
for (x=0;x<sizeof(aliases) / sizeof(aliases[0]);x++) {
|
for (x = 0; x < ARRAY_LEN(aliases); x++) {
|
||||||
if (!strcasecmp(aliases[x].name, zone)) {
|
if (!strcasecmp(aliases[x].name, zone)) {
|
||||||
dsp->progmode = aliases[x].mode;
|
dsp->progmode = aliases[x].mode;
|
||||||
ast_dsp_prog_reset(dsp);
|
ast_dsp_prog_reset(dsp);
|
||||||
|
Reference in New Issue
Block a user