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:
Tilghman Lesher
2008-12-17 21:31:15 +00:00
parent 0d8c8393e1
commit d70704c277

View File

@@ -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(&macro_ds_info, NULL))) {
if (!(macro_store = ast_datastore_alloc(&macro_ds_info, NULL))) {
ast_log(LOG_WARNING, "Unable to allocate new datastore.\n");
break;
}