summaryrefslogtreecommitdiff
path: root/libcli/auth/spnego_proto.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2013-08-05 10:46:47 +0200
committerStefan Metzmacher <metze@samba.org>2013-08-10 11:11:53 +0200
commit9177a0d1c1c92c45ef92fbda55fc6dd8aeb76b6c (patch)
tree8d95643563153eb29675423f9606c25ec43f4081 /libcli/auth/spnego_proto.h
parentf1e60142e12deb560e3c62441fd9ff2acd086b60 (diff)
downloadsamba-9177a0d1c1c92c45ef92fbda55fc6dd8aeb76b6c.tar.gz
samba-9177a0d1c1c92c45ef92fbda55fc6dd8aeb76b6c.tar.bz2
samba-9177a0d1c1c92c45ef92fbda55fc6dd8aeb76b6c.zip
libcli/auth: add more const to spnego_negTokenInit->mechTypes
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Autobuild-User(master): Stefan Metzmacher <metze@samba.org> Autobuild-Date(master): Sat Aug 10 11:11:54 CEST 2013 on sn-devel-104
Diffstat (limited to 'libcli/auth/spnego_proto.h')
-rw-r--r--libcli/auth/spnego_proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcli/auth/spnego_proto.h b/libcli/auth/spnego_proto.h
index 5fd5e59c65..c0fa93468d 100644
--- a/libcli/auth/spnego_proto.h
+++ b/libcli/auth/spnego_proto.h
@@ -24,5 +24,5 @@ ssize_t spnego_read_data(TALLOC_CTX *mem_ctx, DATA_BLOB data, struct spnego_data
ssize_t spnego_write_data(TALLOC_CTX *mem_ctx, DATA_BLOB *blob, struct spnego_data *spnego);
bool spnego_free_data(struct spnego_data *spnego);
bool spnego_write_mech_types(TALLOC_CTX *mem_ctx,
- const char **mech_types,
+ const char * const *mech_types,
DATA_BLOB *blob);