From eb192abd3a6891b0b5e9e420d296a97247947488 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Fri, 27 Jun 2008 11:33:00 +0200 Subject: gsskrb5: fix gss_krb5_cred_no_ci_flags_x_oid_desc variable name metze (This used to be commit d88be1a1cb543b4e2cc5d15262da786558aa276d) --- source4/heimdal/lib/gssapi/krb5/set_cred_option.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/heimdal/lib/gssapi') diff --git a/source4/heimdal/lib/gssapi/krb5/set_cred_option.c b/source4/heimdal/lib/gssapi/krb5/set_cred_option.c index 242dfa87b4..85b50d0322 100644 --- a/source4/heimdal/lib/gssapi/krb5/set_cred_option.c +++ b/source4/heimdal/lib/gssapi/krb5/set_cred_option.c @@ -35,10 +35,10 @@ RCSID("$Id: set_cred_option.c 22655 2008-02-26 12:40:35Z lha $"); /* 1.2.752.43.13.17 */ -static gss_OID_desc gss_krb5_ccache_name_x_oid_desc = +static gss_OID_desc gss_krb5_cred_no_ci_flags_x_oid_desc = {6, rk_UNCONST("\x2a\x85\x70\x2b\x0d\x11")}; -gss_OID GSS_KRB5_CRED_NO_CI_FLAGS_X = &gss_krb5_ccache_name_x_oid_desc; +gss_OID GSS_KRB5_CRED_NO_CI_FLAGS_X = &gss_krb5_cred_no_ci_flags_x_oid_desc; /* 1.2.752.43.13.18 */ static gss_OID_desc gss_krb5_import_cred_x_oid_desc = -- cgit