admin: Fix double-free in keytab JSON listing
This commit is contained in:
@@ -166,7 +166,7 @@ kt_get(struct get_options *opt, int argc, char **argv)
|
||||
kadm5_principal_ent_rec princ;
|
||||
int mask = 0;
|
||||
krb5_keyblock *keys;
|
||||
int n_keys;
|
||||
int n_keys = 0;
|
||||
int created = 0;
|
||||
krb5_keytab_entry entry;
|
||||
|
||||
|
Reference in New Issue
Block a user