aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_macro.c
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2008-12-17 21:28:51 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2008-12-17 21:28:51 +0000
commit28330bf37788b5546f8a15cefd958ed21edb1ee1 (patch)
tree89deb61c75997eb1820c15e75aeb6d126b2d48c4 /apps/app_macro.c
parent39aab25c63d7c5827ef16ff6bc42ddd1045c3853 (diff)
Oops, broke trunk
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@165325 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps/app_macro.c')
-rw-r--r--apps/app_macro.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_macro.c b/apps/app_macro.c
index 73d62d9d7..c90432a62 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(&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;
}