svn commit: samba r15860 - in branches/SAMBA_3_0_RELEASE: . source/nsswitch

jerry at samba.org jerry at samba.org
Wed May 24 14:11:28 GMT 2006


Author: jerry
Date: 2006-05-24 14:11:27 +0000 (Wed, 24 May 2006)
New Revision: 15860

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

Log:
grab r15845 from vl (fix crash in child winbindd process
Modified:
   branches/SAMBA_3_0_RELEASE/WHATSNEW.txt
   branches/SAMBA_3_0_RELEASE/source/nsswitch/winbindd_cm.c


Changeset:
Modified: branches/SAMBA_3_0_RELEASE/WHATSNEW.txt
===================================================================
--- branches/SAMBA_3_0_RELEASE/WHATSNEW.txt	2006-05-24 12:33:06 UTC (rev 15859)
+++ branches/SAMBA_3_0_RELEASE/WHATSNEW.txt	2006-05-24 14:11:27 UTC (rev 15860)
@@ -187,6 +187,8 @@
     * BUG 3435: Fix 'msdfs root = yes' in [homes].
     * Instruct winbindd to find a trusted DC on its own when runing on 
       a Samba DC.
+    * Fix segv in child winbindd processes caused by a failed tconX 
+      to the DC.
 
 
 o   Jim McDonough <jmcd at us.ibm.com>

Modified: branches/SAMBA_3_0_RELEASE/source/nsswitch/winbindd_cm.c
===================================================================
--- branches/SAMBA_3_0_RELEASE/source/nsswitch/winbindd_cm.c	2006-05-24 12:33:06 UTC (rev 15859)
+++ branches/SAMBA_3_0_RELEASE/source/nsswitch/winbindd_cm.c	2006-05-24 14:11:27 UTC (rev 15860)
@@ -372,6 +372,7 @@
 			result = NT_STATUS_UNSUCCESSFUL;
 
 		cli_shutdown(*cli);
+		*cli = NULL;
 		goto done;
 	}
 



More information about the samba-cvs mailing list