]> git.sur5r.net Git - openldap/commitdiff
Note fixme
authorKurt Zeilenga <kurt@openldap.org>
Sat, 28 Aug 2004 01:26:34 +0000 (01:26 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Sat, 28 Aug 2004 01:26:34 +0000 (01:26 +0000)
servers/slapd/starttls.c

index 11f2c0c917ead5a5a2eae31681d2fcb14c265508..5ed9c5b5ac92bd77d26712bab99747c2cdf36bd8 100644 (file)
@@ -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)
         */