1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-08 21:18:16 +03:00

r1798: fix the build

metze
(This used to be commit a1bfc94ab3)
This commit is contained in:
Stefan Metzmacher 2004-08-13 00:55:15 +00:00 committed by Gerald (Jerry) Carter
parent 7b088a8f65
commit 2129ba5082

View File

@ -1705,9 +1705,10 @@ struct ldap_message *ldap_receive(struct ldap_connection *conn, int msgid,
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;