mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 03:50:31 +00:00
Merge "main/app: Only look to end of file if ':end' is specified, and not just ':'"
This commit is contained in:
@@ -1112,6 +1112,8 @@ static int control_streamfile(struct ast_channel *chan,
|
||||
if (!strcasecmp(end, ":end")) {
|
||||
*end = '\0';
|
||||
end++;
|
||||
} else {
|
||||
end = NULL;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user