summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_cache.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2010-09-08 19:03:15 -0700
committerVolker Lendecke <vl@samba.org>2010-09-09 06:19:24 +0200
commitd38e1d13eab1a8d8aa8c660a40f6803aa62c3d68 (patch)
tree8ae2597708fbe88415fbe33eec51bf4c136bc616 /source3/winbindd/winbindd_cache.c
parentc7d6e6f57174a684c5b84b31993b1d92311d4b80 (diff)
downloadsamba-d38e1d13eab1a8d8aa8c660a40f6803aa62c3d68.tar.gz
samba-d38e1d13eab1a8d8aa8c660a40f6803aa62c3d68.tar.bz2
samba-d38e1d13eab1a8d8aa8c660a40f6803aa62c3d68.zip
s3: Remove "mem_ctx" from lookup_cached_name()
Diffstat (limited to 'source3/winbindd/winbindd_cache.c')
-rw-r--r--source3/winbindd/winbindd_cache.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/source3/winbindd/winbindd_cache.c b/source3/winbindd/winbindd_cache.c
index 5d12c2b3bc..d0f0e9b42f 100644
--- a/source3/winbindd/winbindd_cache.c
+++ b/source3/winbindd/winbindd_cache.c
@@ -3194,8 +3194,7 @@ bool lookup_cached_sid(TALLOC_CTX *mem_ctx, const struct dom_sid *sid,
return NT_STATUS_IS_OK(status);
}
-bool lookup_cached_name(TALLOC_CTX *mem_ctx,
- const char *domain_name,
+bool lookup_cached_name(const char *domain_name,
const char *name,
struct dom_sid *sid,
enum lsa_SidType *type)