* login.c (k5_get_password): Declare second argument as unsigned
authorEzra Peisach <epeisach@mit.edu>
Tue, 17 Oct 2000 23:07:23 +0000 (23:07 +0000)
committerEzra Peisach <epeisach@mit.edu>
Tue, 17 Oct 2000 23:07:23 +0000 (23:07 +0000)
        int length.

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

src/appl/bsd/ChangeLog
src/appl/bsd/login.c

index eb4748a72cee56034699f455de6c9758731f7c33..93427e0c55e97443e7df3fd713705c8d833df34e 100644 (file)
@@ -1,3 +1,8 @@
+2000-10-12  Ezra Peisach  <epeisach@mit.edu>
+
+       * login.c (k5_get_password): Declare second argument as unsigned
+       int length.
+
 Tue Oct 10 04:59:04 2000  Ezra Peisach  <epeisach@mit.edu>
 
        * kcmd.c (kcmd): Use krb5_set_principal_realm() instead of freeing the
index 826ea8a182f5d7d334e9779fbedc8dec6ba705d5..018eba9873344ec6ead69a2499f4d053ce4cfbc3 100644 (file)
@@ -553,6 +553,7 @@ void k_init (ttyn)
 #ifdef KRB5_GET_TICKETS
 int k5_get_password (user_pwstring, pwsize)
     char *user_pwstring;
+    unsigned int pwsize;
 {
     krb5_error_code code;
     char prompt[255];