kdc: tgs_build_reply remove unused variable
tgt_realm is assigned a value but is never used in tgs_build_reply(). Change-Id: I882a127f40947b9c8755af5c28f1b19d66263b4c
This commit is contained in:
@@ -1519,8 +1519,6 @@ tgs_build_reply(krb5_context context,
|
|||||||
krb5_keyblock sessionkey;
|
krb5_keyblock sessionkey;
|
||||||
krb5_kvno kvno;
|
krb5_kvno kvno;
|
||||||
krb5_data rspac;
|
krb5_data rspac;
|
||||||
const char *tgt_realm = /* Realm of TGT issuer */
|
|
||||||
krb5_principal_get_realm(context, krbtgt->entry.principal);
|
|
||||||
const char *our_realm = /* Realm of this KDC */
|
const char *our_realm = /* Realm of this KDC */
|
||||||
krb5_principal_get_comp_string(context, krbtgt->entry.principal, 1);
|
krb5_principal_get_comp_string(context, krbtgt->entry.principal, 1);
|
||||||
char **capath = NULL;
|
char **capath = NULL;
|
||||||
|
Reference in New Issue
Block a user