[asterisk-commits] file: trunk r380165 - /trunk/main/sorcery.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Sun Jan 27 11:13:25 CST 2013
Author: file
Date: Sun Jan 27 11:13:22 2013
New Revision: 380165
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=380165
Log:
Fix a bug where the apply function was not getting called.
Modified:
trunk/main/sorcery.c
Modified: trunk/main/sorcery.c
URL: http://svnview.digium.com/svn/asterisk/trunk/main/sorcery.c?view=diff&rev=380165&r1=380164&r2=380165
==============================================================================
--- trunk/main/sorcery.c (original)
+++ trunk/main/sorcery.c Sun Jan 27 11:13:22 2013
@@ -472,6 +472,7 @@
object_type->type.item_alloc = alloc;
object_type->transform = transform;
+ object_type->apply = apply;
object_type->file->types[0] = &object_type->type;
object_type->file->types[1] = NULL;
More information about the asterisk-commits
mailing list