aboutsummaryrefslogtreecommitdiff
path: root/src/admin/edit/cpw.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/admin/edit/cpw.c')
-rw-r--r--src/admin/edit/cpw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/admin/edit/cpw.c b/src/admin/edit/cpw.c
index 1afc293..663fc10 100644
--- a/src/admin/edit/cpw.c
+++ b/src/admin/edit/cpw.c
@@ -223,7 +223,7 @@ enter_pwd_key(cmdname, princ, ks_tuple, ks_tuple_count, entry)
ks_tuple = std_ks_tuple;
}
if ((retval = krb5_dbe_cpw(edit_context, &master_encblock, ks_tuple,
- ks_tuple_count, password, entry))) {
+ ks_tuple_count, password, 0, entry))) {
com_err(cmdname, retval, "while storing entry for '%s'\n", princ);
memset(password, 0, sizeof(password)); /* erase it */
krb5_dbe_free_contents(edit_context, entry);