[asterisk-commits] anthonyl: branch group/res_config_ldap r48333 -
/team/group/res_config_ldap/res/
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Wed Dec 6 11:54:20 MST 2006
Author: anthonyl
Date: Wed Dec 6 12:54:19 2006
New Revision: 48333
URL: http://svn.digium.com/view/asterisk?view=rev&rev=48333
Log:
updated module info to allow a clean compile
Modified:
team/group/res_config_ldap/res/res_config_ldap.c
Modified: team/group/res_config_ldap/res/res_config_ldap.c
URL: http://svn.digium.com/view/asterisk/team/group/res_config_ldap/res/res_config_ldap.c?view=diff&rev=48333&r1=48332&r2=48333
==============================================================================
--- team/group/res_config_ldap/res/res_config_ldap.c (original)
+++ team/group/res_config_ldap/res/res_config_ldap.c Wed Dec 6 12:54:19 2006
@@ -949,8 +949,6 @@
if (option_verbose)
ast_verbose("LDAP RealTime unloaded.\n");
- STANDARD_HANGUP_LOCALUSERS;
-
/* Unlock so something else can destroy the lock. */
ast_mutex_unlock(&ldap_lock);
@@ -1158,4 +1156,7 @@
return RESULT_SUCCESS;
}
-STD_MOD(MOD_1, reload, NULL, NULL);
+AST_MODULE_INFO(ASTERISK_GPL_KEY, AST_MODFLAG_GLOBAL_SYMBOLS, "LDAP Configuration",
+ .load = load_module,
+ .unload = unload_module,
+ );
More information about the asterisk-commits
mailing list