mirror of
https://github.com/samba-team/samba.git
synced 2025-02-03 13:47:25 +03:00
winbind: Make domain_name const in wcache_ndr_key().
Reviewed-by: Alexander Bokovoy <ab@samba.org>
This commit is contained in:
parent
240a55249d
commit
45671747f0
@ -4834,7 +4834,7 @@ struct winbindd_methods cache_methods = {
|
||||
trusted_domains
|
||||
};
|
||||
|
||||
static bool wcache_ndr_key(TALLOC_CTX *mem_ctx, char *domain_name,
|
||||
static bool wcache_ndr_key(TALLOC_CTX *mem_ctx, const char *domain_name,
|
||||
uint32_t opnum, const DATA_BLOB *req,
|
||||
TDB_DATA *pkey)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user