mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-12 10:54:48 +08:00
Fix prev commit
This commit is contained in:
parent
93c56951ed
commit
4c21a2712f
@ -1093,7 +1093,8 @@ syncprov_add_slog( Operation *op, struct berval *csn )
|
||||
sessionlog *sl;
|
||||
slog_entry *se;
|
||||
|
||||
for ( sl = si->si_logs; sl; ) {
|
||||
sl = si->si_logs;
|
||||
{
|
||||
/* Allocate a record. UUIDs are not NUL-terminated. */
|
||||
se = ch_malloc( sizeof( slog_entry ) + opc->suuid.bv_len +
|
||||
csn->bv_len + 1 );
|
||||
|
Loading…
Reference in New Issue
Block a user