mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-15 16:39:14 +00:00
FS-10821: [mod_conference] fix arg parser in file vol command in conference #resolve
This commit is contained in:
parent
2e449917b2
commit
683f59f38d
@ -3551,7 +3551,7 @@ switch_status_t conference_api_sub_file_vol(conference_obj_t *conference, switch
|
||||
int vol = 0;
|
||||
int ok = 0;
|
||||
|
||||
if (argc < 2) {
|
||||
if (argc < 3) {
|
||||
stream->write_function(stream, "-ERR missing args\n");
|
||||
return SWITCH_STATUS_GENERR;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user