]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/back-monitor/time.c
Merge remote-tracking branch 'origin/mdb.master'
[openldap] / servers / slapd / back-monitor / time.c
index d41daa925566a88d1f36a0be61217e6f801b6708..6475fe78011965e348a2e67bea967456ad1d473a 100644 (file)
@@ -2,7 +2,7 @@
 /* $OpenLDAP$ */
 /* This work is part of OpenLDAP Software <http://www.openldap.org/>.
  *
- * Copyright 2001-2012 The OpenLDAP Foundation.
+ * Copyright 2001-2013 The OpenLDAP Foundation.
  * Portions Copyright 2001-2003 Pierangelo Masarati.
  * All rights reserved.
  *
@@ -69,7 +69,7 @@ monitor_subsys_time_init(
 
        BER_BVSTR( &bv, "cn=Start" );
        e = monitor_entry_stub( &ms->mss_dn, &ms->mss_ndn, &bv,
-               mi->mi_oc_monitoredObject, mi, NULL, NULL );
+               mi->mi_oc_monitoredObject, NULL, NULL );
        if ( e == NULL ) {
                Debug( LDAP_DEBUG_ANY,
                        "monitor_subsys_time_init: "
@@ -105,7 +105,7 @@ monitor_subsys_time_init(
         */
        BER_BVSTR( &bv, "cn=Current" );
        e = monitor_entry_stub( &ms->mss_dn, &ms->mss_ndn, &bv,
-               mi->mi_oc_monitoredObject, mi, NULL, NULL );
+               mi->mi_oc_monitoredObject, NULL, NULL );
        if ( e == NULL ) {
                Debug( LDAP_DEBUG_ANY,
                        "monitor_subsys_time_init: "
@@ -141,7 +141,7 @@ monitor_subsys_time_init(
         */
        BER_BVSTR( &bv, "cn=Uptime" );
        e = monitor_entry_stub( &ms->mss_dn, &ms->mss_ndn, &bv,
-               mi->mi_oc_monitoredObject, mi, NULL, NULL );
+               mi->mi_oc_monitoredObject, NULL, NULL );
        if ( e == NULL ) {
                Debug( LDAP_DEBUG_ANY,
                        "monitor_subsys_time_init: "