* gic_pwd.c (krb5_get_init_creds_password): Change fourth argument
authorEzra Peisach <epeisach@mit.edu>
Sun, 7 Dec 1997 12:57:20 +0000 (12:57 +0000)
committerEzra Peisach <epeisach@mit.edu>
Sun, 7 Dec 1997 12:57:20 +0000 (12:57 +0000)
  in call to prompter (which is an int) from NULL to 0.

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

src/lib/krb5/krb/ChangeLog
src/lib/krb5/krb/gic_pwd.c

index 8c2d5e2dabfc22ea19811f05fde35e57604115fa..33a82a39121fb4b92dd70b80048801fc78ba1d9d 100644 (file)
@@ -1,3 +1,8 @@
+Sun Dec  7 07:24:23 1997  Ezra Peisach  <epeisach@dumpster.rose.brandeis.edu>
+
+       * gic_pwd.c (krb5_get_init_creds_password): Change fourth argument
+       in call to prompter (which is an int) from NULL to 0.
+
 Sat Dec  6 02:28:17 1997  Tom Yu  <tlyu@mit.edu>
 
        * Makefile.in: Add files chpw.c, gic_*, preauth2.c, vfy_increds.c,
index 5ab3280c6dd0fb617667da9051cf78ca6251933c..9180e956e40c8f2fd6ae2111c6cd71d578d7b425 100644 (file)
@@ -303,7 +303,7 @@ cleanup:
                    hours/24);
 
         /* ignore an error here */
-        (*prompter)(context, data, banner, NULL, 0);
+        (*prompter)(context, data, banner, 0, 0);
       }
    }