From: Andreas Schneider Date: Mon, 18 Feb 2013 14:44:20 +0000 (+0100) Subject: winbind: Make domain_name const in wcache_ndr_key(). X-Git-Tag: tevent-0.9.18~115 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=45671747f0b4a569581773ce497ab4dd31e7710d;p=thirdparty%2Fsamba.git winbind: Make domain_name const in wcache_ndr_key(). Reviewed-by: Alexander Bokovoy --- diff --git a/source3/winbindd/winbindd_cache.c b/source3/winbindd/winbindd_cache.c index 252cf4a03c3..4b1e16c2794 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) {