mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-06 12:36:58 +00:00
Fix the AST_MODULE_INFO macro for C++ modules. The load and reload parameters
were in the wrong place. (closes issue #10846, alebm) git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@84146 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -224,8 +224,8 @@ void ast_module_unref(struct ast_module *);
|
|||||||
static struct ast_module_info __mod_info = { \
|
static struct ast_module_info __mod_info = { \
|
||||||
NULL, \
|
NULL, \
|
||||||
load_func, \
|
load_func, \
|
||||||
unload_func, \
|
|
||||||
reload_func, \
|
reload_func, \
|
||||||
|
unload_func, \
|
||||||
AST_MODULE, \
|
AST_MODULE, \
|
||||||
desc, \
|
desc, \
|
||||||
keystr, \
|
keystr, \
|
||||||
|
Reference in New Issue
Block a user