[svn-commits] anthonyl: branch anthonyl/ldap2-build-fix r48285 - /team/anthonyl/ldap2-build...

svn-commits at lists.digium.com svn-commits at lists.digium.com
Tue Dec 5 14:49:35 MST 2006


Author: anthonyl
Date: Tue Dec  5 15:49:34 2006
New Revision: 48285

URL: http://svn.digium.com/view/asterisk?view=rev&rev=48285
Log:
update working

Modified:
    team/anthonyl/ldap2-build-fix/res/Makefile
    team/anthonyl/ldap2-build-fix/res/res_config_ldap.c

Modified: team/anthonyl/ldap2-build-fix/res/Makefile
URL: http://svn.digium.com/view/asterisk/team/anthonyl/ldap2-build-fix/res/Makefile?view=diff&rev=48285&r1=48284&r2=48285
==============================================================================
--- team/anthonyl/ldap2-build-fix/res/Makefile (original)
+++ team/anthonyl/ldap2-build-fix/res/Makefile Tue Dec  5 15:49:34 2006
@@ -21,6 +21,7 @@
   LOADABLE_MODS:=
 endif
 
+	
 all: _all
 
 include $(ASTTOPDIR)/Makefile.moddir_rules

Modified: team/anthonyl/ldap2-build-fix/res/res_config_ldap.c
URL: http://svn.digium.com/view/asterisk/team/anthonyl/ldap2-build-fix/res/res_config_ldap.c?view=diff&rev=48285&r1=48284&r2=48285
==============================================================================
--- team/anthonyl/ldap2-build-fix/res/res_config_ldap.c (original)
+++ team/anthonyl/ldap2-build-fix/res/res_config_ldap.c Tue Dec  5 15:49:34 2006
@@ -28,7 +28,6 @@
  */
 
 /*** MODULEINFO
-	<depend>ldap</depend>
  ***/
 
 #include "asterisk.h"
@@ -949,8 +948,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);
 



More information about the svn-commits mailing list