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

@@ -158,7 +158,7 @@ cpw_entry(struct passwd_options *opt, int argc, char **argv)
* needed to decrypt extant tickets".
*/
num = 0;
data.keepold = 0;
data.keepold = 1;
if (opt->keepold_flag) {
data.keepold = 1;
num++;