]> git.sur5r.net Git - openldap/commitdiff
Should clear the write flag upon closing.
authorKurt Zeilenga <kurt@openldap.org>
Fri, 23 Apr 1999 20:47:32 +0000 (20:47 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Fri, 23 Apr 1999 20:47:32 +0000 (20:47 +0000)
servers/slapd/connection.c

index df3390635794a6fb69c30687af5549d572a9ca7f..7031c199ccf67cf8acbfbec2a6bcdbec01272608 100644 (file)
@@ -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 );
        }
 }