summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2008-06-27 11:33:00 +0200
committerStefan Metzmacher <metze@samba.org>2008-06-27 12:43:04 +0200
commitd88be1a1cb543b4e2cc5d15262da786558aa276d (patch)
tree43e9febdf480ca59b36e738098e383cbdfb4abfb
parent31cf1a781efce932d0574d7840979fcd0a07ec08 (diff)
downloadsamba-d88be1a1cb543b4e2cc5d15262da786558aa276d.tar.gz
samba-d88be1a1cb543b4e2cc5d15262da786558aa276d.tar.xz
samba-d88be1a1cb543b4e2cc5d15262da786558aa276d.zip
gsskrb5: fix gss_krb5_cred_no_ci_flags_x_oid_desc variable name
metze
-rw-r--r--source/heimdal/lib/gssapi/krb5/set_cred_option.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/heimdal/lib/gssapi/krb5/set_cred_option.c b/source/heimdal/lib/gssapi/krb5/set_cred_option.c
index 242dfa87b47..85b50d03228 100644
--- a/source/heimdal/lib/gssapi/krb5/set_cred_option.c
+++ b/source/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 =