mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-18 11:05:48 +08:00
assert( e != NULL ) in entry2str()
This commit is contained in:
parent
5fcd6b41e3
commit
03a4901b5f
@ -305,6 +305,8 @@ entry2str(
|
||||
int i;
|
||||
ber_len_t tmplen;
|
||||
|
||||
assert( e != NULL );
|
||||
|
||||
/*
|
||||
* In string format, an entry looks like this:
|
||||
* dn: <dn>\n
|
||||
|
Loading…
Reference in New Issue
Block a user