(get_init_creds_common): set request_anonymous flag appropriatly
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8017 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -263,6 +263,8 @@ get_init_creds_common(krb5_context context,
|
||||
}
|
||||
if (options->flags & KRB5_GET_INIT_CREDS_OPT_SALT)
|
||||
; /* XXX */
|
||||
if (options->flags & KRB5_GET_INIT_CREDS_OPT_ANONYMOUS)
|
||||
flags->b.request_anonymous = options->anonymous;
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user