Skip to content
Snippets Groups Projects
Commit c5b4cd67 authored by Howard Chu's avatar Howard Chu
Browse files

Revert "ITS#8240"

This reverts commit d65d34cc.
This reverts commit 2cf4758d.
parent d65d34cc
No related branches found
No related tags found
No related merge requests found
OpenLDAP 2.4 Change Log
OpenLDAP 2.4.43 Engineering
Fixed liblber remove obsolete assert (ITS#8240)
Fixed slap tools minor one time memory leak (ITS#8082)
Fixed slapd to avoid redundant processing of abandon ops (ITS#8232)
Fixed slapd syncrepl segv when present list is NULL (ITS#8231, ITS#8042)
......
......@@ -679,7 +679,7 @@ done:
return (ber->ber_tag);
}
/* invalid input */
assert( 0 ); /* ber structure is messed up ?*/
return LBER_DEFAULT;
}
......
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