]> git.sur5r.net Git - openldap/commitdiff
Use NULL for be parameter to entry_schema_check() for now.
authorKurt Zeilenga <kurt@openldap.org>
Thu, 10 Jan 2002 19:48:43 +0000 (19:48 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Thu, 10 Jan 2002 19:48:43 +0000 (19:48 +0000)
servers/slapd/back-monitor/log.c

index 0e3d18f9e75a853476b29a37e5f9643cc4469c64..8cc3281b6f3b4d1a2e4d396f9ad0b425a75d4434 100644 (file)
@@ -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;