svn commit: samba r23075 - in branches: SAMBA_3_0/source/nsswitch SAMBA_3_0_26/source/nsswitch

jerry at samba.org jerry at samba.org
Tue May 22 13:55:40 GMT 2007


Author: jerry
Date: 2007-05-22 13:55:31 +0000 (Tue, 22 May 2007)
New Revision: 23075

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=23075

Log:
more duplicate code blocks from bad merge
Modified:
   branches/SAMBA_3_0/source/nsswitch/winbindd.c
   branches/SAMBA_3_0_26/source/nsswitch/winbindd.c


Changeset:
Modified: branches/SAMBA_3_0/source/nsswitch/winbindd.c
===================================================================
--- branches/SAMBA_3_0/source/nsswitch/winbindd.c	2007-05-22 13:43:34 UTC (rev 23074)
+++ branches/SAMBA_3_0/source/nsswitch/winbindd.c	2007-05-22 13:55:31 UTC (rev 23075)
@@ -1164,10 +1164,6 @@
 
 	wcache_tdc_clear();	
 	
-	/* clear the cached list of trusted domains */
-
-	wcache_tdc_clear();	
-	
 	if (!init_domain_list()) {
 		DEBUG(0,("unable to initalize domain list\n"));
 		exit(1);

Modified: branches/SAMBA_3_0_26/source/nsswitch/winbindd.c
===================================================================
--- branches/SAMBA_3_0_26/source/nsswitch/winbindd.c	2007-05-22 13:43:34 UTC (rev 23074)
+++ branches/SAMBA_3_0_26/source/nsswitch/winbindd.c	2007-05-22 13:55:31 UTC (rev 23075)
@@ -1111,10 +1111,6 @@
 
 	wcache_tdc_clear();	
 	
-	/* clear the cached list of trusted domains */
-
-	wcache_tdc_clear();	
-	
 	if (!init_domain_list()) {
 		DEBUG(0,("unable to initalize domain list\n"));
 		exit(1);



More information about the samba-cvs mailing list