summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAlexandra Ellwood <lxs@mit.edu>2008-10-01 07:53:37 +0000
committerAlexandra Ellwood <lxs@mit.edu>2008-10-01 07:53:37 +0000
commit6b57ccdfb7049f65e105c24d15df0b5593bd81a3 (patch)
tree2a00715fd20e3efe232370a79820d1e85e9d0233 /src
parent89db2820d03f280d0bf0e217d520e89c2bb8acd2 (diff)
downloadkrb5-6b57ccdfb7049f65e105c24d15df0b5593bd81a3.tar.gz
krb5-6b57ccdfb7049f65e105c24d15df0b5593bd81a3.tar.xz
krb5-6b57ccdfb7049f65e105c24d15df0b5593bd81a3.zip
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
Diffstat (limited to 'src')
-rw-r--r--src/kim/lib/kim_ui_cli.c2
1 files changed, 1 insertions, 1 deletions
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);
}