summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2005-12-05 06:55:20 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:47:03 -0500
commit89260f978e948a86c62d2ac192297a7f41caa05e (patch)
tree608f743678bc16bcaa49631f5f4d709816a0e62a /source4
parent16c7e92cd2476d77069964e64d98d2034b88ea7e (diff)
downloadsamba-89260f978e948a86c62d2ac192297a7f41caa05e.tar.gz
samba-89260f978e948a86c62d2ac192297a7f41caa05e.tar.bz2
samba-89260f978e948a86c62d2ac192297a7f41caa05e.zip
r12065: fix compiler warning
metze (This used to be commit c60bac5baa572a597ce6e1c2e3639be4c7daeefc)
Diffstat (limited to 'source4')
-rw-r--r--source4/auth/credentials/credentials.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/auth/credentials/credentials.h b/source4/auth/credentials/credentials.h
index ec6f1aa619..027cf4469d 100644
--- a/source4/auth/credentials/credentials.h
+++ b/source4/auth/credentials/credentials.h
@@ -93,5 +93,5 @@ struct cli_credentials {
BOOL machine_account;
/* A list of valid GENSEC mechanisms for use on this account */
- struct gensec_security_ops **gensec_list;
+ const struct gensec_security_ops **gensec_list;
};