Skip to content
Snippets Groups Projects
Commit 03a4901b authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

assert( e != NULL ) in entry2str()

parent 5fcd6b41
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment