svn commit: samba r19700 - in branches: SAMBA_3_0_23/source/libads SAMBA_3_0_24/source/libads

jra at samba.org jra at samba.org
Mon Nov 13 19:53:16 GMT 2006


Author: jra
Date: 2006-11-13 19:53:15 +0000 (Mon, 13 Nov 2006)
New Revision: 19700

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

Log:
Janitor for Volker. Once 3.0.23d is out well have
to maintain less branches :-).
Jeremy.

Modified:
   branches/SAMBA_3_0_23/source/libads/ldap.c
   branches/SAMBA_3_0_24/source/libads/ldap.c


Changeset:
Modified: branches/SAMBA_3_0_23/source/libads/ldap.c
===================================================================
--- branches/SAMBA_3_0_23/source/libads/ldap.c	2006-11-13 19:12:47 UTC (rev 19699)
+++ branches/SAMBA_3_0_23/source/libads/ldap.c	2006-11-13 19:53:15 UTC (rev 19700)
@@ -1201,7 +1201,7 @@
 {
 	ADS_STATUS status;
 	void *res = NULL;
-	char *base, *wkn_dn, *ret = NULL, **wkn_dn_exp, **bind_dn_exp;
+	char *base, *wkn_dn = NULL, *ret = NULL, **wkn_dn_exp = NULL, **bind_dn_exp = NULL;
 	const char *attrs[] = {"distinguishedName", NULL};
 	int new_ln, wkn_ln, bind_ln, i;
 

Modified: branches/SAMBA_3_0_24/source/libads/ldap.c
===================================================================
--- branches/SAMBA_3_0_24/source/libads/ldap.c	2006-11-13 19:12:47 UTC (rev 19699)
+++ branches/SAMBA_3_0_24/source/libads/ldap.c	2006-11-13 19:53:15 UTC (rev 19700)
@@ -1293,7 +1293,7 @@
 {
 	ADS_STATUS status;
 	void *res = NULL;
-	char *base, *wkn_dn, *ret = NULL, **wkn_dn_exp, **bind_dn_exp;
+	char *base, *wkn_dn = NULL, *ret = NULL, **wkn_dn_exp = NULL, **bind_dn_exp = NULL;
 	const char *attrs[] = {"distinguishedName", NULL};
 	int new_ln, wkn_ln, bind_ln, i;
 



More information about the samba-cvs mailing list