mirror of
https://github.com/samba-team/samba.git
synced 2025-11-06 08:23:50 +03:00
r7668: - setup HAVE_ILDAP to enable the ildap backend in ldb
- fixed a bug in socket_connect_ev()
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
74841dbb2a
commit
3f77b879a0
@@ -56,7 +56,8 @@ NTSTATUS socket_connect_ev(struct socket_context *sock,
|
||||
|
||||
status = socket_connect(sock, my_address, my_port,
|
||||
server_address, server_port, flags);
|
||||
if (NT_STATUS_IS_ERR(status)) {
|
||||
if (NT_STATUS_IS_ERR(status) &&
|
||||
!NT_STATUS_EQUAL(status, NT_STATUS_MORE_PROCESSING_REQUIRED)) {
|
||||
return status;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user