mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08: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
@ -62,6 +62,7 @@ entry_schema_check(
|
||||
e->e_dn, textbuf, 0 );
|
||||
#endif
|
||||
|
||||
*text = textbuf;
|
||||
return LDAP_CONSTRAINT_VIOLATION;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user