Remove extra anonymous check.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24600 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2009-02-04 22:07:52 +00:00
parent 8ddf4c65de
commit 4aebfb78c0

View File

@@ -1422,9 +1422,6 @@ _kdc_pk_check_client(krb5_context context,
if (client_params->cert == NULL) {
if (!_kdc_is_anonymous(context, client->entry.principal))
return KRB5_KDC_ERR_CLIENT_NAME_MISMATCH;
*subject_name = strdup("anonymous client client");
if (*subject_name == NULL)
return ENOMEM;