From: John Kohl Date: Fri, 9 Feb 1990 17:20:51 +0000 (+0000) Subject: need to use decode_krb5_as_rep; need prototypes from libos-proto X-Git-Tag: krb5-1.0-alpha2~1045 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=cabc316ef8cd4ddf48ada131dbf54dc34624ab4d;p=krb5.git need to use decode_krb5_as_rep; need prototypes from libos-proto git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@339 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/lib/krb5/krb/get_in_tkt.c b/src/lib/krb5/krb/get_in_tkt.c index 9e4f30f35..a8954719f 100644 --- a/src/lib/krb5/krb/get_in_tkt.c +++ b/src/lib/krb5/krb/get_in_tkt.c @@ -19,6 +19,8 @@ static char rcsid_get_in_tkt_c[] = #include #include #include +#include +#include #include #include @@ -112,7 +114,7 @@ OLDDECLARG(krb5_ccache, ccache) /* now decode the reply...could be error or as_rep */ - if (retval = decode_krb5_kdc_rep(packet, &as_reply)) { + if (retval = decode_krb5_as_rep(packet, &as_reply)) { if (retval = decode_krb5_error(packet, &err_reply)) return retval; /* some other packet--??? */ /* it was an error */