mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-13 14:27:59 +08:00
NUL at end of entry not needed any more
This commit is contained in:
parent
086ab17a8b
commit
a1570f9185
@ -555,7 +555,6 @@ void entry_partsize(Entry *e, ber_len_t *plen,
|
||||
len += entry_lenlen(0); /* 0 nvals */
|
||||
}
|
||||
}
|
||||
len += entry_lenlen(0); /* NUL byte at end */
|
||||
len += entry_lenlen(nat);
|
||||
len += entry_lenlen(nval);
|
||||
*plen = len;
|
||||
|
Loading…
Reference in New Issue
Block a user