From 27a26905b76ffa934d7c35641f1c549ab2b6455e Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Thu, 10 Jan 2002 19:48:43 +0000 Subject: [PATCH] Use NULL for be parameter to entry_schema_check() for now. --- servers/slapd/back-monitor/log.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.5