svn commit: samba r1798 - branches/SAMBA_4_0/source/libcli/ldap

metze at samba.org metze at samba.org
Fri Aug 13 00:55:18 GMT 2004


Author: metze
Date: 2004-08-13 00:55:15 +0000 (Fri, 13 Aug 2004)
New Revision: 1798
WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/&rev=1798&nolog=1
Log:
fix the build

metze

Modified:
   branches/SAMBA_4_0/source/libcli/ldap/ldap.c

Changeset:
Modified: branches/SAMBA_4_0/source/libcli/ldap/ldap.c
===================================================================
--- branches/SAMBA_4_0/source/libcli/ldap/ldap.c	2004-08-13 00:25:00 UTC (rev 1797)
+++ branches/SAMBA_4_0/source/libcli/ldap/ldap.c	2004-08-13 00:55:15 UTC (rev 1798)
@@ -1705,9 +1705,10 @@
 
 	while (True) {
 		struct asn1_data data;
-		result = new_ldap_message();
 		BOOL res;
 
+		result = new_ldap_message();
+
 		if (!asn1_read_sequence_until(conn->sock, &data, endtime))
 			return NULL;
 



More information about the samba-cvs mailing list