ITS#10329 slapo-pcache: clear out already freed op req DN

This commit is contained in:
Andrew Elble 2025-04-21 10:39:20 -04:00 committed by Quanah Gibson-Mount
parent 8651f98a08
commit 326e088df6

View file

@ -900,6 +900,8 @@ merge_entry(
rc = 1;
}
BER_BVZERO(&op->o_req_dn);
BER_BVZERO(&op->o_req_ndn);
return rc;
}