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;