FS-10821: [mod_conference] fix arg parser in file vol command in conference #resolve

This commit is contained in:
Anthony Minessale 2017-11-30 16:16:31 -06:00 committed by Muteesa Fred
parent 2e449917b2
commit 683f59f38d

View File

@ -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;
}