summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_cache.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2011-02-26 12:54:26 +0100
committerVolker Lendecke <vl@samba.org>2011-03-06 12:51:01 +0100
commitd3ba16a5000dca0a270298057ce0eaf10d84f2b8 (patch)
tree83271dbf826e052b2bff0393a69d32d0f4cf9700 /source3/winbindd/winbindd_cache.c
parentfff6fa7576d69a3498f831ee99763b4b04f00e52 (diff)
downloadsamba-d3ba16a5000dca0a270298057ce0eaf10d84f2b8.tar.gz
samba-d3ba16a5000dca0a270298057ce0eaf10d84f2b8.tar.bz2
samba-d3ba16a5000dca0a270298057ce0eaf10d84f2b8.zip
s3: Remove unused args from nss_get_info_cached
Diffstat (limited to 'source3/winbindd/winbindd_cache.c')
-rw-r--r--source3/winbindd/winbindd_cache.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/winbindd/winbindd_cache.c b/source3/winbindd/winbindd_cache.c
index a8b2e23414..243c46a03c 100644
--- a/source3/winbindd/winbindd_cache.c
+++ b/source3/winbindd/winbindd_cache.c
@@ -4641,7 +4641,6 @@ static void wcache_save_user_pwinfo(struct winbindd_domain *domain,
NTSTATUS nss_get_info_cached( struct winbindd_domain *domain,
const struct dom_sid *user_sid,
TALLOC_CTX *ctx,
- ADS_STRUCT *ads, LDAPMessage *msg,
const char **homedir, const char **shell,
const char **gecos, gid_t *p_gid)
{