mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
NUL at end of entry not needed any more
This commit is contained in:
parent
086ab17a8b
commit
a1570f9185
1 changed files with 0 additions and 1 deletions
|
|
@ -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 a new issue