1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-09 08:58:35 +03:00

Grr - people who put const everywhere should fix up all the warnings they

generate.
(This used to be commit d1ebd259c8c06d467eb5ee305b21e9046f16e05b)
This commit is contained in:
Tim Potter 2001-12-11 02:23:14 +00:00
parent 31611dd2f4
commit 44d423419a

View File

@ -96,7 +96,8 @@ static NTSTATUS cmd_lsa_lookup_names(struct cli_state *cli,
/* Lookup the names */
result = cli_lsa_lookup_names(cli, mem_ctx, &pol, argc - 1,
&argv[1], &sids, &types, &num_names);
(const char **)&argv[1], &sids,
&types, &num_names);
if (!NT_STATUS_IS_OK(result))
goto done;