mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-12 10:54:48 +08:00
ITS#5049: Initialize conn in syncprov_db_close() before connection_fake_init().
This commit is contained in:
parent
206b1aed55
commit
9bd4a298ef
@ -2614,7 +2614,7 @@ syncprov_db_close(
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
if ( si->si_numops ) {
|
if ( si->si_numops ) {
|
||||||
Connection conn;
|
Connection conn = {0};
|
||||||
OperationBuffer opbuf;
|
OperationBuffer opbuf;
|
||||||
Operation *op;
|
Operation *op;
|
||||||
SlapReply rs = {REP_RESULT};
|
SlapReply rs = {REP_RESULT};
|
||||||
|
Loading…
Reference in New Issue
Block a user