svn commit: samba r22799 - in branches: SAMBA_3_0/source/libads SAMBA_3_0_26/source/libads

gd at samba.org gd at samba.org
Fri May 11 13:19:50 GMT 2007


Author: gd
Date: 2007-05-11 13:19:49 +0000 (Fri, 11 May 2007)
New Revision: 22799

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

Log:
Fix the build.

Guenther

Modified:
   branches/SAMBA_3_0/source/libads/ldap.c
   branches/SAMBA_3_0_26/source/libads/ldap.c


Changeset:
Modified: branches/SAMBA_3_0/source/libads/ldap.c
===================================================================
--- branches/SAMBA_3_0/source/libads/ldap.c	2007-05-11 12:59:16 UTC (rev 22798)
+++ branches/SAMBA_3_0/source/libads/ldap.c	2007-05-11 13:19:49 UTC (rev 22799)
@@ -650,7 +650,7 @@
 				rc = LDAP_NO_MEMORY;
 				goto done;
 			}
-			if ((ber_flatten(ext_be, &extdn_bv)) == -1) {
+			if ((ber_flatten(ext_be, &ext_bv)) == -1) {
 				rc = LDAP_NO_MEMORY;
 				goto done;
 			}

Modified: branches/SAMBA_3_0_26/source/libads/ldap.c
===================================================================
--- branches/SAMBA_3_0_26/source/libads/ldap.c	2007-05-11 12:59:16 UTC (rev 22798)
+++ branches/SAMBA_3_0_26/source/libads/ldap.c	2007-05-11 13:19:49 UTC (rev 22799)
@@ -650,7 +650,7 @@
 				rc = LDAP_NO_MEMORY;
 				goto done;
 			}
-			if ((ber_flatten(ext_be, &extdn_bv)) == -1) {
+			if ((ber_flatten(ext_be, &ext_bv)) == -1) {
 				rc = LDAP_NO_MEMORY;
 				goto done;
 			}



More information about the samba-cvs mailing list