client_realm is never read
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24844 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -152,7 +152,6 @@ init_cred (krb5_context context,
|
||||
krb5_get_init_creds_opt *options)
|
||||
{
|
||||
krb5_error_code ret;
|
||||
krb5_const_realm client_realm;
|
||||
int tmp;
|
||||
krb5_timestamp now;
|
||||
|
||||
@@ -169,8 +168,6 @@ init_cred (krb5_context context,
|
||||
goto out;
|
||||
}
|
||||
|
||||
client_realm = krb5_principal_get_realm (context, cred->client);
|
||||
|
||||
if (start_time)
|
||||
cred->times.starttime = now + start_time;
|
||||
|
||||
|
Reference in New Issue
Block a user