* get_in_tkt.c (krb5_get_in_tkt): Do not pass NULL when an
authorEzra Peisach <epeisach@mit.edu>
Thu, 14 Nov 2002 16:12:56 +0000 (16:12 +0000)
committerEzra Peisach <epeisach@mit.edu>
Thu, 14 Nov 2002 16:12:56 +0000 (16:12 +0000)
        integer 0 is intended to send_as_request().

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

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

index 43df45417f2eb90ea78f40333b4cc8e455449d3a..e3f1819178a4636fd5a070a96d42da10a03af8f9 100644 (file)
@@ -1,3 +1,8 @@
+2002-11-14  Ezra Peisach  <epeisach@bu.edu>
+
+       * get_in_tkt.c (krb5_get_in_tkt): Do not pass NULL when an
+       integer 0 is intended to send_as_request().
+
 2002-11-07  Ezra Peisach  <epeisach@bu.edu>
 
        * conv_princ.c (strnchr): Make length argument unsigned int.
index 9e49990f0b7ccbc07dc95e672a73627ea987a9d2..f165c1ca7b06d16061933bcccbb207df958b6112 100644 (file)
@@ -520,7 +520,7 @@ krb5_get_in_tkt(krb5_context context,
        err_reply = 0;
        as_reply = 0;
        if ((retval = send_as_request(context, &request, &time_now, &err_reply,
-                                     &as_reply, NULL)))
+                                     &as_reply, 0)))
            goto cleanup;
 
        if (err_reply) {