summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
6ecaa76)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@236183
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
- ext = ast_strdupa(ext);
+ ast_str_set(&tmp, 0, "%s", ext);
+ ext = ast_str_buffer(tmp);
if ((context = strchr(ext, '@'))) {
*context++ = '\0';
tmpptr = strchr(context, '&');
if ((context = strchr(ext, '@'))) {
*context++ = '\0';
tmpptr = strchr(context, '&');