removed unused code
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@2070 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -232,16 +232,6 @@ krb5_auth_getauthenticator(krb5_context context,
|
||||
|
||||
copy_Authenticator(auth_context->authenticator,
|
||||
*authenticator);
|
||||
|
||||
#if 0
|
||||
copy_PrincipalName(&auth_context->authenticator->cname,
|
||||
&(*authenticator)->cname);
|
||||
copy_Realm(&auth_context->authenticator->crealm,
|
||||
&(*authenticator)->crealm);
|
||||
(*authenticator)->cusec = auth_context->authenticator->cusec;
|
||||
(*authenticator)->ctime = auth_context->authenticator->ctime;
|
||||
(*authenticator)->seq_number = auth_context->authenticator->seq_number; /* XXX */
|
||||
#endif
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user