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

changes/20/6320/1
Jenkins2 9 years ago committed by Gerrit Code Review
commit 71cc740828

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

Loading…
Cancel
Save