mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-24 13:24:56 +08:00
Zero out op2
This commit is contained in:
parent
2babdaab9e
commit
f1ffe0076f
@ -732,7 +732,7 @@ static int accesslog_response(Operation *op, SlapReply *rs) {
|
||||
struct berval bv;
|
||||
char *ptr;
|
||||
BerVarray vals;
|
||||
Operation op2;
|
||||
Operation op2 = {0};
|
||||
SlapReply rs2 = {REP_RESULT};
|
||||
|
||||
if ( rs->sr_type != REP_RESULT && rs->sr_type != REP_EXTENDED )
|
||||
|
Loading…
Reference in New Issue
Block a user