From: Zhanna Tsitkov Date: Thu, 12 Nov 2009 19:31:33 +0000 (+0000) Subject: Restore the local variable type X-Git-Tag: krb5-1.8-alpha1~191 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=4caf73640cea4566735fbb862def47ad65d82e3c;p=krb5.git Restore the local variable type git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@23152 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/kdc/do_tgs_req.c b/src/kdc/do_tgs_req.c index b31228847..a6ec43b76 100644 --- a/src/kdc/do_tgs_req.c +++ b/src/kdc/do_tgs_req.c @@ -332,7 +332,7 @@ tgt_again: useenctype = 0; if (isflagset(request->kdc_options, KDC_OPT_ENC_TKT_IN_SKEY | KDC_OPT_CNAME_IN_ADDL_TKT)) { - krb5_keyblock st_sealing_key; + krb5_keyblock * st_sealing_key; krb5_kvno st_srv_kvno; krb5_enctype etype; krb5_db_entry st_client;