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:
parent
cb74d52b56
commit
a1bfc94ab3
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user