From: Kurt Zeilenga Date: Thu, 10 Jan 2002 19:48:43 +0000 (+0000) Subject: Use NULL for be parameter to entry_schema_check() for now. X-Git-Tag: LDBM_PRE_GIANT_RWLOCK~204 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=27a26905b76ffa934d7c35641f1c549ab2b6455e;p=openldap Use NULL for be parameter to entry_schema_check() for now. --- 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;