diff --git a/servers/slapd/starttls.c b/servers/slapd/starttls.c index 11f2c0c917..5ed9c5b5ac 100644 --- a/servers/slapd/starttls.c +++ b/servers/slapd/starttls.c @@ -98,8 +98,7 @@ done: /* give up connection lock */ ldap_pvt_thread_mutex_unlock( &op->o_conn->c_mutex ); - /* - * RACE CONDITION: we give up lock before sending result + /* FIXME: RACE CONDITION! we give up lock before sending result * Should be resolved by reworking connection state, not * by moving send here (so as to ensure proper TLS sequencing) */