1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

winbindd: Apply some const to normalize_name_map()

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>

Autobuild-User(master): Jeremy Allison <jra@samba.org>
Autobuild-Date(master): Tue Mar  9 23:45:51 UTC 2021 on sn-devel-184
This commit is contained in:
Volker Lendecke 2021-02-23 16:27:44 +01:00 committed by Jeremy Allison
parent f815ad9bb8
commit 26bc731212
2 changed files with 2 additions and 2 deletions

View File

@ -521,7 +521,7 @@ NTSTATUS normalize_name_map(TALLOC_CTX *mem_ctx,
const char *name,
char **normalized);
NTSTATUS normalize_name_unmap(TALLOC_CTX *mem_ctx,
char *name,
const char *name,
char **normalized);
NTSTATUS resolve_username_to_alias(TALLOC_CTX *mem_ctx,

View File

@ -1890,7 +1890,7 @@ NTSTATUS normalize_name_map(TALLOC_CTX *mem_ctx,
********************************************************************/
NTSTATUS normalize_name_unmap(TALLOC_CTX *mem_ctx,
char *name,
const char *name,
char **normalized)
{
NTSTATUS nt_status;