[asterisk-commits] tilghman: trunk r165325 - /trunk/apps/app_macro.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Wed Dec 17 15:28:51 CST 2008
Author: tilghman
Date: Wed Dec 17 15:28:51 2008
New Revision: 165325
URL: http://svn.digium.com/view/asterisk?view=rev&rev=165325
Log:
Oops, broke trunk
Modified:
trunk/apps/app_macro.c
Modified: trunk/apps/app_macro.c
URL: http://svn.digium.com/view/asterisk/trunk/apps/app_macro.c?view=diff&rev=165325&r1=165324&r2=165325
==============================================================================
--- trunk/apps/app_macro.c (original)
+++ trunk/apps/app_macro.c Wed Dec 17 15:28:51 2008
@@ -251,7 +251,7 @@
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;
}
More information about the asterisk-commits
mailing list