Fix wrong keepold default in kadmin and ktutil

This commit is contained in:
Nicolas Williams
2019-01-08 22:15:25 -06:00
parent 7808e898e5
commit c2b106def5
5 changed files with 6 additions and 6 deletions

View File

@@ -129,7 +129,7 @@ kt_get(struct get_options *opt, int argc, char **argv)
unsigned int failed = 0;
i = 0;
keep = 0;
keep = 1;
if (opt->keepallold_flag) {
keep = 2;
i++;