Merge "main/app: Only look to end of file if ':end' is specified, and not just ':'" into 13

This commit is contained in:
Jenkins2
2017-08-28 07:35:29 -05:00
committed by Gerrit Code Review

View File

@@ -1113,6 +1113,8 @@ static int control_streamfile(struct ast_channel *chan,
if (!strcasecmp(end, ":end")) {
*end = '\0';
end++;
} else {
end = NULL;
}
}