Skip to content
Snippets Groups Projects
Commit 73788727 authored by Mark Adamson's avatar Mark Adamson
Browse files

Need to set error text pointer sooner in entry_schema_check(), or Debug() will SEGV

parent b637967b
Branches
Tags
No related merge requests found
......@@ -62,6 +62,7 @@ entry_schema_check(
e->e_dn, textbuf, 0 );
#endif
*text = textbuf;
return LDAP_CONSTRAINT_VIOLATION;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment