mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-11 12:28:27 +00:00
Merged revisions 165325 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ........ r165325 | tilghman | 2008-12-17 15:28:51 -0600 (Wed, 17 Dec 2008) | 2 lines Oops, broke trunk ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@165329 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -193,7 +193,7 @@ static int _macro_exec(struct ast_channel *chan, void *data, int exclusive)
|
||||
if (macro_store) {
|
||||
break;
|
||||
}
|
||||
if (!(macro_store = ast_channel_datastore_alloc(¯o_ds_info, NULL))) {
|
||||
if (!(macro_store = ast_datastore_alloc(¯o_ds_info, NULL))) {
|
||||
ast_log(LOG_WARNING, "Unable to allocate new datastore.\n");
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user