From: Joshua Colp Date: Thu, 4 Oct 2007 02:01:43 +0000 (+0000) Subject: Don't register the exception function with module information. Since it is in the... X-Git-Tag: 1.6.0-beta1~3^2~1267 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=094e9d8397c4ac4301ac4da04350299b681d9d86;p=thirdparty%2Fasterisk.git Don't register the exception function with module information. Since it is in the core there is none and it will explode. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@84613 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/main/pbx.c b/main/pbx.c index 5fd72241b1..c1046fe39a 100644 --- a/main/pbx.c +++ b/main/pbx.c @@ -6224,7 +6224,7 @@ int load_pbx(void) ast_verb(1, "Registering builtin applications:\n"); ast_cli_register_multiple(pbx_cli, sizeof(pbx_cli) / sizeof(struct ast_cli_entry)); - ast_custom_function_register(&exception_function); + __ast_custom_function_register(&exception_function, NULL); /* Register builtin applications */ for (x=0; x