]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/back-monitor/log.c
coverity scan, fix typo
[openldap] / servers / slapd / back-monitor / log.c
index ac9294906b2a4392ba9de5f2db480450535f5bed..c25261b07c4890ddd72567ca371be3d910c3a713 100644 (file)
@@ -2,7 +2,7 @@
 /* $OpenLDAP$ */
 /* This work is part of OpenLDAP Software <http://www.openldap.org/>.
  *
- * Copyright 2001-2005 The OpenLDAP Foundation.
+ * Copyright 2001-2007 The OpenLDAP Foundation.
  * Portions Copyright 2001-2003 Pierangelo Masarati.
  * All rights reserved.
  *
@@ -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,
+               rc = entry_schema_check( op, e, save_attrs, 0, 0,
                        &text, textbuf, sizeof( textbuf ) );
                if ( rc != LDAP_SUCCESS ) {
                        rs->sr_err = rc;