Reverse order of n_ks_tuple and ks_tuple in hdb_generate_key_set().

Signed-off-by: Nicolas Williams <nico@cryptonector.com>
This commit is contained in:
Roland C. Dowdeswell
2011-11-25 14:08:26 +00:00
committed by Nicolas Williams
parent 21173f98dc
commit 2f6ad56c46
3 changed files with 4 additions and 4 deletions

View File

@@ -336,7 +336,7 @@ _kadm5_set_keys_randomly (kadm5_server_context *context,
Key *keys;
ret = hdb_generate_key_set(context->context, ent->principal,
n_ks_tuple, ks_tuple, &keys, &num_keys, 1);
ks_tuple, n_ks_tuple, &keys, &num_keys, 1);
if (ret)
return ret;