mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
Fix syncinfo reference after free
This commit is contained in:
parent
8035d016c4
commit
283471d84e
@ -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 New Issue
Block a user