mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-03 20:40:05 -05:00
Should clear the write flag upon closing.
This commit is contained in:
parent
8082760c0c
commit
866f82409c
1 changed files with 1 additions and 0 deletions
|
|
@ -355,6 +355,7 @@ void connection_closing( Connection *c )
|
|||
}
|
||||
|
||||
/* wake write blocked operations */
|
||||
slapd_clr_write( c->c_sb.sb_sd, 1 );
|
||||
ldap_pvt_thread_cond_signal( &c->c_write_cv );
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue