From 2febf3714b411a4db49f56409b902f711e7824bf Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Fri, 1 Aug 1997 15:30:38 +0000 Subject: [PATCH] fix proto of `krb5_get_in_tkt_with_password' git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@2682 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/krb5/get_in_tkt_pw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/krb5/get_in_tkt_pw.c b/lib/krb5/get_in_tkt_pw.c index 299f879b1..1a6f14aa6 100644 --- a/lib/krb5/get_in_tkt_pw.c +++ b/lib/krb5/get_in_tkt_pw.c @@ -75,7 +75,7 @@ krb5_get_in_tkt_with_password (krb5_context context, const char *password, krb5_ccache ccache, krb5_creds *creds, - krb5_kdc_rep **ret_as_reply) + krb5_kdc_rep *ret_as_reply) { return krb5_get_in_tkt (context, options, addrs, etypes, pre_auth_types, key_proc, password,