diff options
Diffstat (limited to 'auth/gensec/spnego.c')
-rw-r--r-- | auth/gensec/spnego.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/auth/gensec/spnego.c b/auth/gensec/spnego.c index 38a45f8bdc..0eb6da1160 100644 --- a/auth/gensec/spnego.c +++ b/auth/gensec/spnego.c @@ -417,7 +417,7 @@ static NTSTATUS gensec_spnego_parse_negTokenInit(struct gensec_security *gensec_ struct spnego_state *spnego_state, TALLOC_CTX *out_mem_ctx, struct tevent_context *ev, - const char **mechType, + const char * const *mechType, const DATA_BLOB unwrapped_in, DATA_BLOB *unwrapped_out) { int i; |