mirror of
https://github.com/samba-team/samba.git
synced 2025-01-10 01:18:15 +03:00
parent
7b088a8f65
commit
2129ba5082
@ -1705,9 +1705,10 @@ struct ldap_message *ldap_receive(struct ldap_connection *conn, int msgid,
|
|||||||
|
|
||||||
while (True) {
|
while (True) {
|
||||||
struct asn1_data data;
|
struct asn1_data data;
|
||||||
result = new_ldap_message();
|
|
||||||
BOOL res;
|
BOOL res;
|
||||||
|
|
||||||
|
result = new_ldap_message();
|
||||||
|
|
||||||
if (!asn1_read_sequence_until(conn->sock, &data, endtime))
|
if (!asn1_read_sequence_until(conn->sock, &data, endtime))
|
||||||
return NULL;
|
return NULL;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user