From 6c521ba21fdd805ce8d2b0b7292b7eb898e0f666 Mon Sep 17 00:00:00 2001 From: Tilghman Lesher Date: Wed, 17 Dec 2008 21:28:51 +0000 Subject: [PATCH] Oops, broke trunk git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@165325 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 73d62d9d7f..c90432a621 100644 --- a/apps/app_macro.c +++ b/apps/app_macro.c @@ -251,7 +251,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; }