s4-heimdal: fix krb5_get_init_creds_opt_set_process_last_req().
authorGünther Deschner <gd@samba.org>
Wed, 7 May 2014 06:19:56 +0000 (08:19 +0200)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 8 Aug 2014 04:02:35 +0000 (06:02 +0200)
Most probably just a copy/paste error.

Guenther

Signed-off-by: Günther Deschner <gd@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source4/heimdal/lib/krb5/init_creds.c

index 25bef0f34045d96c9878d0d2385e462d1b221a09..f13025fdd8aab04268413c45a6289af40d5749ed 100644 (file)
@@ -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;