summaryrefslogtreecommitdiff
path: root/source3/winbindd/nss_info.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2011-02-26 12:52:20 +0100
committerVolker Lendecke <vl@samba.org>2011-03-06 12:51:01 +0100
commitfff6fa7576d69a3498f831ee99763b4b04f00e52 (patch)
treef2914620a86e029ef58a98b964598991df107352 /source3/winbindd/nss_info.c
parent99d98e31bc8e03cbec97bcea377c6c4da0b837b7 (diff)
downloadsamba-fff6fa7576d69a3498f831ee99763b4b04f00e52.tar.gz
samba-fff6fa7576d69a3498f831ee99763b4b04f00e52.tar.bz2
samba-fff6fa7576d69a3498f831ee99763b4b04f00e52.zip
s3: Remove unused args from nss_get_info
Diffstat (limited to 'source3/winbindd/nss_info.c')
-rw-r--r--source3/winbindd/nss_info.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/winbindd/nss_info.c b/source3/winbindd/nss_info.c
index 8baa3c7c81..77ac421d55 100644
--- a/source3/winbindd/nss_info.c
+++ b/source3/winbindd/nss_info.c
@@ -308,7 +308,6 @@ static struct nss_domain_entry *find_nss_domain( const char *domain )
NTSTATUS nss_get_info( const char *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)
{