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

SLAPD_SCHEMA_NOT_COMPAT: need to set desc to NULL

parent d408824c
No related branches found
No related tags found
No related merge requests found
......@@ -189,7 +189,7 @@ get_filter(
{
char *text;
int rc;
f->f_desc = NULL;
err = slap_bv2ad( &type, &f->f_desc, &text );
if( err != LDAP_SUCCESS ) {
......
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