1
0
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:
Andreas Schneider 2013-02-18 15:44:20 +01:00 committed by Alexander Bokovoy
parent 240a55249d
commit 45671747f0

View File

@ -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)
{