From c81b6f7448d7f945635784de645bea4f7f2e230f Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 5 Aug 2013 11:10:55 +0200 Subject: auth/gensec: use 'const char * const *' for function parameters Signed-off-by: Stefan Metzmacher Reviewed-by: Andrew Bartlett --- auth/gensec/spnego.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'auth/gensec/spnego.c') 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; -- cgit