]> git.sur5r.net Git - openldap/commit
ITS#6758 Avoid SlapReply reuse.
authorHallvard Furuseth <hallvard@openldap.org>
Fri, 31 Dec 2010 13:08:11 +0000 (13:08 +0000)
committerHallvard Furuseth <hallvard@openldap.org>
Fri, 31 Dec 2010 13:08:11 +0000 (13:08 +0000)
commit6d7c1880a8bdfe44556743842c759b46aab35120
treedc5926d879cca0a6a70f98b3c77ffeef0689f5e2
parent04f8fa5619fed389f238d780129d535a0947ee6f
ITS#6758 Avoid SlapReply reuse.
Caller provides a SlapReply and reads the result after the operation,
then reuses it.  Reinitialize before reuse, or move declaration inwards.
contrib/slapd-modules/nssov/pam.c
servers/slapd/overlays/pcache.c
servers/slapd/sasl.c
servers/slapd/syncrepl.c