]> git.sur5r.net Git - openldap/commit
Remove misplaced asserts. connection_resched changes connection state
authorKurt Zeilenga <kurt@openldap.org>
Fri, 27 Aug 1999 19:31:42 +0000 (19:31 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Fri, 27 Aug 1999 19:31:42 +0000 (19:31 +0000)
commit0afcadc4ddcdb0b824f6d9a90a19999c66475ae1
tree849c137654ebbecf897acc363d54c5d66d5a72b0
parentd420fdf78467fa607e9dc5420327b6e4f694ecc0
Remove misplaced asserts.  connection_resched changes connection state
to UNUSED without holding connections mutex.  It's not safe for
connection_init to check connection state until after acquires the
c_mutex.
servers/slapd/connection.c