aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2008-12-17 21:31:15 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2008-12-17 21:31:15 +0000
commit80bff20981d494fb8ba29a766ce2980f0d4c34bf (patch)
treed2200295c23d194f36c6998bde8afa13ec252898
parente2623af348dc180d192efa0641a7a46d1fb66873 (diff)
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: http://svn.digium.com/svn/asterisk/branches/1.6.1@165329 f38db490-d61c-443f-a65b-d21fe96a405b
-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 2d5983000..53b8a1af3 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(&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;
}