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

This commit is contained in:
Mark Adamson 2001-08-15 15:27:26 +00:00
parent b637967b95
commit 7378872731

View File

@ -62,6 +62,7 @@ entry_schema_check(
e->e_dn, textbuf, 0 );
#endif
*text = textbuf;
return LDAP_CONSTRAINT_VIOLATION;
}
}