Fix a bug where the apply function was not getting called.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@380165 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Joshua Colp 2013-01-27 17:13:22 +00:00
parent 3b483ef5d6
commit 44ce06682b
1 changed files with 1 additions and 0 deletions

View File

@ -472,6 +472,7 @@ int ast_sorcery_object_register(struct ast_sorcery *sorcery, const char *type, a
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;