mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-24 13:24:56 +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->mastername == NULL ? "(null)" : si->mastername,
|
||||||
si->masterport, 0 );
|
si->masterport, 0 );
|
||||||
#endif
|
#endif
|
||||||
|
si->be = be;
|
||||||
}
|
}
|
||||||
|
|
||||||
si->be = be;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#define GOT_ID 0x0001
|
#define GOT_ID 0x0001
|
||||||
|
Loading…
Reference in New Issue
Block a user