From 45671747f0b4a569581773ce497ab4dd31e7710d Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Mon, 18 Feb 2013 15:44:20 +0100 Subject: winbind: Make domain_name const in wcache_ndr_key(). Reviewed-by: Alexander Bokovoy --- source3/winbindd/winbindd_cache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3') diff --git a/source3/winbindd/winbindd_cache.c b/source3/winbindd/winbindd_cache.c index 252cf4a03c..4b1e16c279 100644 --- a/source3/winbindd/winbindd_cache.c +++ b/source3/winbindd/winbindd_cache.c @@ -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) { -- cgit