summaryrefslogtreecommitdiff
path: root/auth/gensec/spnego.c
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2013-08-05 11:10:55 +0200
committerStefan Metzmacher <metze@samba.org>2013-08-10 09:19:04 +0200
commitc81b6f7448d7f945635784de645bea4f7f2e230f (patch)
tree38972db95898d6e57e14398ed5a6c49170fa6279 /auth/gensec/spnego.c
parente81550c8117166d0fbf69ba1d3957cb950c42961 (diff)
downloadsamba-c81b6f7448d7f945635784de645bea4f7f2e230f.tar.gz
samba-c81b6f7448d7f945635784de645bea4f7f2e230f.tar.bz2
samba-c81b6f7448d7f945635784de645bea4f7f2e230f.zip
auth/gensec: use 'const char * const *' for function parameters
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'auth/gensec/spnego.c')
-rw-r--r--auth/gensec/spnego.c2
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;