(get_pa_etype_info): initialize `ret'

(tgs_rep2): initialize `krbtgt'


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5050 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1998-06-30 16:09:57 +00:00
parent 2d029408aa
commit e80e7f73a0

View File

@@ -240,7 +240,7 @@ realloc_method_data(METHOD_DATA *md)
static krb5_error_code
get_pa_etype_info(METHOD_DATA *md, hdb_entry *client)
{
krb5_error_code ret;
krb5_error_code ret = 0;
int i;
ETYPE_INFO pa;
ETYPE_INFO_ENTRY *tmp;
@@ -1278,7 +1278,7 @@ tgs_rep2(KDC_REQ_BODY *b,
krb5_flags ap_req_options;
const char *e_text = NULL;
hdb_entry *krbtgt;
hdb_entry *krbtgt = NULL;
EncTicketPart *tgt;
Key *tkey;
krb5_enctype cetype;