From d38e1d13eab1a8d8aa8c660a40f6803aa62c3d68 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Wed, 8 Sep 2010 19:03:15 -0700 Subject: s3: Remove "mem_ctx" from lookup_cached_name() --- source3/winbindd/winbindd_creds.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'source3/winbindd/winbindd_creds.c') diff --git a/source3/winbindd/winbindd_creds.c b/source3/winbindd/winbindd_creds.c index 11dbfed6ba..c4a700b70d 100644 --- a/source3/winbindd/winbindd_creds.c +++ b/source3/winbindd/winbindd_creds.c @@ -75,8 +75,7 @@ NTSTATUS winbindd_store_creds(struct winbindd_domain *domain, enum lsa_SidType type; - if (!lookup_cached_name(mem_ctx, - domain->name, + if (!lookup_cached_name(domain->name, user, &cred_sid, &type)) { -- cgit