s4-heimdal: fix krb5_get_init_creds_opt_set_process_last_req().
Most probably just a copy/paste error. Guenther Signed-off-by: Günther Deschner <gd@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:

committed by
Nicolas Williams

parent
e5144acab0
commit
0f19fdec83
@@ -374,7 +374,7 @@ krb5_get_init_creds_opt_set_process_last_req(krb5_context context,
|
|||||||
void *ctx)
|
void *ctx)
|
||||||
{
|
{
|
||||||
krb5_error_code ret;
|
krb5_error_code ret;
|
||||||
ret = require_ext_opt(context, opt, "init_creds_opt_set_win2k");
|
ret = require_ext_opt(context, opt, "init_creds_opt_set_process_last_req");
|
||||||
if (ret)
|
if (ret)
|
||||||
return ret;
|
return ret;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user