]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/back-monitor/time.c
should we touch timestamps when internally updating?
[openldap] / servers / slapd / back-monitor / time.c
index c7820d311ce5ba8c1ba5cfd17f434577d87f33e1..016b233613861db5dcb254d36bdbe762cc59092d 100644 (file)
@@ -2,7 +2,7 @@
 /* $OpenLDAP$ */
 /* This work is part of OpenLDAP Software <http://www.openldap.org/>.
  *
- * Copyright 2001-2004 The OpenLDAP Foundation.
+ * Copyright 2001-2005 The OpenLDAP Foundation.
  * Portions Copyright 2001-2003 Pierangelo Masarati.
  * All rights reserved.
  *
@@ -224,6 +224,8 @@ monitor_subsys_time_update(
 
                assert( len == a->a_vals[ 0 ].bv_len );
                AC_MEMCPY( a->a_vals[ 0 ].bv_val, tmbuf, len );
+
+               /* FIXME: touch modifyTimestamp? */
        }
 
        return( 0 );