mirror of
https://github.com/samba-team/samba.git
synced 2025-01-08 21:18:16 +03:00
parent
7b088a8f65
commit
2129ba5082
@ -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…
Reference in New Issue
Block a user