diff options
author | Stefan Metzmacher <metze@samba.org> | 2008-06-27 11:33:00 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2008-06-27 12:43:04 +0200 |
commit | eb192abd3a6891b0b5e9e420d296a97247947488 (patch) | |
tree | 57ef0892be0185bab00ea63e4d357650c28c8b45 /source4/heimdal/lib | |
parent | 78ed0f72a663ac0f6241c388918ea301ce2b6638 (diff) | |
download | samba-eb192abd3a6891b0b5e9e420d296a97247947488.tar.gz samba-eb192abd3a6891b0b5e9e420d296a97247947488.tar.bz2 samba-eb192abd3a6891b0b5e9e420d296a97247947488.zip |
gsskrb5: fix gss_krb5_cred_no_ci_flags_x_oid_desc variable name
metze
(This used to be commit d88be1a1cb543b4e2cc5d15262da786558aa276d)
Diffstat (limited to 'source4/heimdal/lib')
-rw-r--r-- | source4/heimdal/lib/gssapi/krb5/set_cred_option.c | 4 |
1 files changed, 2 insertions, 2 deletions
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 = |