1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-19 21:57:57 +03:00

r1798: fix the build

metze
This commit is contained in:
Stefan Metzmacher 2004-08-13 00:55:15 +00:00 committed by Gerald (Jerry) Carter
parent cb74d52b56
commit a1bfc94ab3

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;