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