mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
Use NULL for be parameter to entry_schema_check() for now.
This commit is contained in:
parent
c816ebc225
commit
27a26905b7
@ -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 New Issue
Block a user