]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/back-monitor/conn.c
should we touch timestamps when internally updating?
[openldap] / servers / slapd / back-monitor / conn.c
index e8c5d15d0a627dd181457de6ea634ff212ffdfc0..40d0a58b91a8121f5901fde17b4f64c9a50093a9 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.
  *
@@ -217,6 +217,8 @@ monitor_subsys_conn_update(
                }
                a->a_vals[ 0 ].bv_len = len;
                AC_MEMCPY( a->a_vals[ 0 ].bv_val, buf, len + 1 );
+
+               /* FIXME: touch modifyTimestamp? */
        }
 
        return( 0 );