mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-27 09:09:20 -05:00
Revert previous commit
This commit is contained in:
parent
a5a71d4e6c
commit
65b85d83ea
1 changed files with 0 additions and 2 deletions
|
|
@ -174,8 +174,6 @@ static long send_ldap_ber(
|
|||
/* wait for socket to be write-ready */
|
||||
conn->c_writewaiter = 1;
|
||||
ber_sockbuf_ctrl( conn->c_sb, LBER_SB_OPT_GET_FD, &sd );
|
||||
/* Don't process any more requests until we can reply */
|
||||
slapd_clr_read( sd, 0 );
|
||||
slapd_set_write( sd, 1 );
|
||||
|
||||
ldap_pvt_thread_cond_wait( &conn->c_write_cv, &conn->c_mutex );
|
||||
|
|
|
|||
Loading…
Reference in a new issue