mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Change strdupa's to ast_strupda's
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1579 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -5308,7 +5308,7 @@ static struct ast_channel *zt_request(char *type, int format, void *data)
|
||||
return NULL;
|
||||
}
|
||||
if (data) {
|
||||
dest = strdupa((char *)data);
|
||||
dest = ast_strdupa((char *)data);
|
||||
} else {
|
||||
ast_log(LOG_WARNING, "Channel requested with no data\n");
|
||||
return NULL;
|
||||
|
Reference in New Issue
Block a user