We want the time that a keyset was set, not the time it was replaced.
This commit is contained in:

committed by
Nicolas Williams

parent
b45ac85b65
commit
a095933ee0
@@ -88,7 +88,7 @@ main(int argc, char **argv)
|
||||
memset(&keyset, 0, sizeof(keyset));
|
||||
|
||||
keyset.kvno = kvno_integer;
|
||||
keyset.replace_time = time(NULL);
|
||||
keyset.set_time = time(NULL);
|
||||
|
||||
ret = hdb_generate_key_set_password(context, principal, password_str,
|
||||
&keyset.keys.val, &len);
|
||||
|
Reference in New Issue
Block a user