From 6b57ccdfb7049f65e105c24d15df0b5593bd81a3 Mon Sep 17 00:00:00 2001 From: Alexandra Ellwood Date: Wed, 1 Oct 2008 07:53:37 +0000 Subject: [PATCH] Fixed typo where kpasswd was prompting for the new password twice rather than once for new and once for verify. ticket: 6055 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@20788 dc483132-0cff-0310-8789-dd5450dbe970 --- src/kim/lib/kim_ui_cli.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/kim/lib/kim_ui_cli.c b/src/kim/lib/kim_ui_cli.c index cd7cea601..766bdc059 100644 --- a/src/kim/lib/kim_ui_cli.c +++ b/src/kim/lib/kim_ui_cli.c @@ -382,7 +382,7 @@ kim_error kim_ui_cli_change_password (kim_ui_context *in_context, if (!err) { err = kim_ui_cli_read_string (&verify_password, - 1, enter_new_password_format, + 1, enter_verify_password_format, identity_string); } -- 2.26.2