need to zero out authorization_data
authorJohn Kohl <jtkohl@mit.edu>
Wed, 10 Oct 1990 23:17:32 +0000 (23:17 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Wed, 10 Oct 1990 23:17:32 +0000 (23:17 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1242 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/krb/get_in_tkt.c

index 4cbd83cafc3e4ca355b26a498e4cfb100aa53380..d9aa19c54fe4e39a5f383e07887d8fe47e53295b 100644 (file)
@@ -113,6 +113,7 @@ OLDDECLARG(krb5_ccache, ccache)
     request.etype = etype;
     request.addresses = (krb5_address **) addrs;
     request.second_ticket = 0;
+    request.authorization_data = 0;
 
     /* encode & send to KDC */
     if (retval = encode_krb5_as_req(&request, &packet))