mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-02 20:10:11 -05:00
ITS#5049: Initialize conn in syncprov_db_close() before connection_fake_init().
This commit is contained in:
parent
206b1aed55
commit
9bd4a298ef
1 changed files with 1 additions and 1 deletions
|
|
@ -2614,7 +2614,7 @@ syncprov_db_close(
|
|||
return 0;
|
||||
}
|
||||
if ( si->si_numops ) {
|
||||
Connection conn;
|
||||
Connection conn = {0};
|
||||
OperationBuffer opbuf;
|
||||
Operation *op;
|
||||
SlapReply rs = {REP_RESULT};
|
||||
|
|
|
|||
Loading…
Reference in a new issue