FS-10243: [mod_conference] Add conference variables -- fix typo
This commit is contained in:
parent
10a5ac565c
commit
69a0776013
|
@ -1333,7 +1333,7 @@ switch_status_t conference_api_sub_vid_bandwidth(conference_obj_t *conference, s
|
||||||
switch_split(argv[2], ':', array);
|
switch_split(argv[2], ':', array);
|
||||||
|
|
||||||
if (array[1]) {
|
if (array[1]) {
|
||||||
sdiv = atoi(array[2]);
|
sdiv = atoi(array[1]);
|
||||||
if (sdiv < 2 || sdiv > 8) {
|
if (sdiv < 2 || sdiv > 8) {
|
||||||
sdiv = 0;
|
sdiv = 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue