mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-03 13:40:37 -05:00
Fix syncinfo reference after free
This commit is contained in:
parent
8035d016c4
commit
283471d84e
1 changed files with 1 additions and 2 deletions
|
|
@ -2710,9 +2710,8 @@ add_syncrepl(
|
|||
si->mastername == NULL ? "(null)" : si->mastername,
|
||||
si->masterport, 0 );
|
||||
#endif
|
||||
si->be = be;
|
||||
}
|
||||
|
||||
si->be = be;
|
||||
}
|
||||
|
||||
#define GOT_ID 0x0001
|
||||
|
|
|
|||
Loading…
Reference in a new issue