summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2014-05-07 08:19:56 +0200
committerAndrew Bartlett <abartlet@samba.org>2014-08-08 06:02:35 +0200
commit57b6517441ae66bab6cab211ee8843fe7143b296 (patch)
tree8a2a178e3f2eb584647056b70c798136a25da431
parent759c9b03e4b3560b0a17f364503ad9489033cb76 (diff)
downloadsamba-57b6517441ae66bab6cab211ee8843fe7143b296.tar.gz
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>
-rw-r--r--source4/heimdal/lib/krb5/init_creds.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/heimdal/lib/krb5/init_creds.c b/source4/heimdal/lib/krb5/init_creds.c
index 25bef0f3404..f13025fdd8a 100644
--- a/source4/heimdal/lib/krb5/init_creds.c
+++ b/source4/heimdal/lib/krb5/init_creds.c
@@ -379,7 +379,7 @@ krb5_get_init_creds_opt_set_process_last_req(krb5_context context,
void *ctx)
{
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)
return ret;