Skip to content
Snippets Groups Projects
Commit 65b85d83 authored by Howard Chu's avatar Howard Chu
Browse files

Revert previous commit

parent a5a71d4e
Branches
Tags
No related merge requests found
......@@ -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 );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment