mirror of
https://github.com/samba-team/samba.git
synced 2025-01-14 19:24:43 +03:00
r22199: fix typo
metze (This used to be commit 4e8f844be939a6e11a3bece4e7e66534fce00cc0)
This commit is contained in:
parent
d84fcaa76c
commit
a88ac66d98
@ -106,7 +106,7 @@ static char *gssapi_error_string(TALLOC_CTX *mem_ctx,
|
||||
}
|
||||
|
||||
|
||||
static int gensec_gssapi_destory(struct gensec_gssapi_state *gensec_gssapi_state)
|
||||
static int gensec_gssapi_destructor(struct gensec_gssapi_state *gensec_gssapi_state)
|
||||
{
|
||||
OM_uint32 maj_stat, min_stat;
|
||||
|
||||
@ -178,7 +178,7 @@ static NTSTATUS gensec_gssapi_start(struct gensec_security *gensec_security)
|
||||
|
||||
gensec_gssapi_state->delegated_cred_handle = GSS_C_NO_CREDENTIAL;
|
||||
|
||||
talloc_set_destructor(gensec_gssapi_state, gensec_gssapi_destory);
|
||||
talloc_set_destructor(gensec_gssapi_state, gensec_gssapi_destructor);
|
||||
|
||||
if (gensec_security->want_features & GENSEC_FEATURE_SIGN) {
|
||||
gensec_gssapi_state->want_flags |= GSS_C_INTEG_FLAG;
|
||||
|
Loading…
x
Reference in New Issue
Block a user