Skip to content
Snippets Groups Projects
Commit 05088318 authored by Pierangelo Masarati's avatar Pierangelo Masarati
Browse files

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

parent c2b660f3
Branches
Tags
No related merge requests found
......@@ -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 );
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment