From d70704c27793a13dc0187d8027524e4a4150e192 Mon Sep 17 00:00:00 2001 From: Tilghman Lesher Date: Wed, 17 Dec 2008 21:31:15 +0000 Subject: [PATCH] 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 --- apps/app_macro.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/app_macro.c b/apps/app_macro.c index 2d59830007..53b8a1af3f 100644 --- a/apps/app_macro.c +++ b/apps/app_macro.c @@ -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; }