mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-20 22:03:45 -05:00
Use NULL for be parameter to entry_schema_check() for now.
This commit is contained in:
parent
c816ebc225
commit
27a26905b7
1 changed files with 1 additions and 1 deletions
|
|
@ -206,7 +206,7 @@ monitor_subsys_log_modify(
|
|||
#endif
|
||||
|
||||
/* check that the entry still obeys the schema */
|
||||
rc = entry_schema_check( be, e, save_attrs, &text, textbuf,
|
||||
rc = entry_schema_check( NULL, e, save_attrs, &text, textbuf,
|
||||
sizeof( textbuf ) );
|
||||
if ( rc != LDAP_SUCCESS ) {
|
||||
goto cleanup;
|
||||
|
|
|
|||
Loading…
Reference in a new issue