]> git.sur5r.net Git - openldap/commit
ITS#6758, pcache.c: Avoid SlapReply reuse.
authorHallvard Furuseth <hallvard@openldap.org>
Fri, 31 Dec 2010 13:46:48 +0000 (13:46 +0000)
committerHallvard Furuseth <hallvard@openldap.org>
Fri, 31 Dec 2010 13:46:48 +0000 (13:46 +0000)
commit713886ec07ed7166b0c763faa9f74a8e2aed01d5
tree0d111cd0410136a3306a6141fca6445ceba7c805
parent6d7c1880a8bdfe44556743842c759b46aab35120
ITS#6758, pcache.c: Avoid SlapReply reuse.
refresh_merge(): Do not reuse Search SlapReply parameter for a Modify,
use a local one and copy its sr_err to the parameter.  The parameter is
from refresh_query().  Move its SlapReply parameter to a local variable.
servers/slapd/overlays/pcache.c