]> git.sur5r.net Git - openldap/commit
ITS#7968 add locks for syncrepl cookiestate
authorLeo Yuriev <leo@yuriev.ru>
Fri, 5 Dec 2014 19:41:40 +0000 (19:41 +0000)
committerHoward Chu <hyc@openldap.org>
Fri, 5 Dec 2014 19:44:19 +0000 (19:44 +0000)
commit8ba5a27829368d0e3435d1e39d28f7f30ce38c51
tree6d4c6fdf1c66888a4d9b86e600b10e19bdb5c717
parent7a7d9419432954cac18a582bed85a7c489d90f00
ITS#7968 add locks for syncrepl cookiestate

Mutex must be held even for a read-access of a cookie state,
as there may be a race with write in other thread.
servers/slapd/syncrepl.c