]> 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)
committerQuanah Gibson-Mount <quanah@openldap.org>
Wed, 10 Dec 2014 23:52:56 +0000 (17:52 -0600)
commit889a61aaeba23db20aaabb99cb35767866c36778
tree25f4549cfdb734d949425d1cdb62d1d59e567f88
parent689f46aa98e69c1d693c092d13a207144750164b
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