diff --git a/servers/slapd/back-monitor/log.c b/servers/slapd/back-monitor/log.c index 0e3d18f9e7..8cc3281b6f 100644 --- a/servers/slapd/back-monitor/log.c +++ b/servers/slapd/back-monitor/log.c @@ -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;