mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 08:39:37 -05:00
Need to set error text pointer sooner in entry_schema_check(), or Debug() will SEGV
This commit is contained in:
parent
b637967b95
commit
7378872731
1 changed files with 1 additions and 0 deletions
|
|
@ -62,6 +62,7 @@ entry_schema_check(
|
|||
e->e_dn, textbuf, 0 );
|
||||
#endif
|
||||
|
||||
*text = textbuf;
|
||||
return LDAP_CONSTRAINT_VIOLATION;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue