1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-28 07:21:54 +03:00

r12065: fix compiler warning

metze
(This used to be commit c60bac5baa)
This commit is contained in:
Stefan Metzmacher 2005-12-05 06:55:20 +00:00 committed by Gerald (Jerry) Carter
parent 16c7e92cd2
commit 89260f978e

View File

@ -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;
};