* tty_kpasswd.c (read_old_password): Argument pwsize changed to
authorEzra Peisach <epeisach@mit.edu>
Tue, 17 Oct 2000 23:06:22 +0000 (23:06 +0000)
committerEzra Peisach <epeisach@mit.edu>
Tue, 17 Oct 2000 23:06:22 +0000 (23:06 +0000)
        unsigned int.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12792 dc483132-0cff-0310-8789-dd5450dbe970

src/kadmin/passwd/ChangeLog
src/kadmin/passwd/tty_kpasswd.c

index cb9d7382f58a3af32b3a19306fa8c469018d0646..a638a0a3209308727607d23fa097d938cbb606e9 100644 (file)
@@ -1,3 +1,8 @@
+2000-10-17  Ezra Peisach  <epeisach@mit.edu>
+
+       * tty_kpasswd.c (read_old_password): Argument pwsize changed to
+       unsigned int.
+
 2000-05-08  Nalin Dahyabhai  <nalin@redhat.com>
 
        * xm_kpasswd.c (motif_com_err): Don't overflow buffer "buf".
index a7321516d9a49676d12dca8a15d6f4b7afaa097c..3c61ecd4a324ae360e4eff2092423e3bbf2c95d2 100644 (file)
@@ -30,7 +30,7 @@ void display_intro_message(fmt_string, arg_string)
 long read_old_password(context, password, pwsize)
      krb5_context context;
      char *password;
-     int *pwsize;
+     unsigned int *pwsize;
 {
   long code = krb5_read_password(context,
                         (char *)string_text(KPW_STR_OLD_PASSWORD_PROMPT),