]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/connection.c
Install *.schema only
[openldap] / servers / slapd / connection.c
index dde5c21b6fd8f6019f6bc3a35d43d3575834f9fc..a2231eb5ed38bcc81ce5e702ebd891bec9124f3c 100644 (file)
@@ -590,7 +590,6 @@ void connection_closing( Connection *c )
        /* c_mutex must be locked by caller */
 
        if( c->c_conn_state != SLAP_C_CLOSING ) {
-
                Debug( LDAP_DEBUG_TRACE,
                        "connection_closing: readying conn=%ld sd=%d for close\n",
                        c->c_connid, ber_pvt_sb_get_desc( c->c_sb ), 0 );
@@ -601,8 +600,6 @@ void connection_closing( Connection *c )
                /* don't listen on this port anymore */
                slapd_clr_read( ber_pvt_sb_get_desc( c->c_sb ), 1 );
 
-               /* shutdown I/O -- not yet implemented */
-
                /* abandon active operations */
                connection_abandon( c );