need normalized timestamp as well, although this is a SINGLE-VALUE attr

This commit is contained in:
Pierangelo Masarati 2006-01-19 23:20:45 +00:00
parent c2b660f3d7
commit 05088318df

View file

@ -805,6 +805,7 @@ done:;
tmpmod->sml_op = LDAP_MOD_REPLACE;
value_add_one( &tmpmod->sml_values, &bv );
value_add_one( &tmpmod->sml_nvalues, &bv );
}
}