NUL at end of entry not needed any more

This commit is contained in:
Howard Chu 2005-05-08 01:12:01 +00:00
parent 086ab17a8b
commit a1570f9185

View File

@ -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;