]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/back-monitor/log.c
fix structuralObjectClass modification (glue, ITS#5921; w/ relax, ITS#5792)
[openldap] / servers / slapd / back-monitor / log.c
index 70c45a2ff10be0e47e5b4c6e48764d647ad6e659..d772fd260f023fdaade5db251db3058a8220f8ea 100644 (file)
@@ -181,7 +181,7 @@ monitor_subsys_log_modify(
                }
 
                /* check that the entry still obeys the schema */
-               rc = entry_schema_check( op, e, save_attrs, 0, 0,
+               rc = entry_schema_check( op, e, save_attrs, 0, 0, NULL,
                        &text, textbuf, sizeof( textbuf ) );
                if ( rc != LDAP_SUCCESS ) {
                        rs->sr_err = rc;