From 99d98e31bc8e03cbec97bcea377c6c4da0b837b7 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sat, 26 Feb 2011 12:50:46 +0100 Subject: s3: Remove unused args from get_nss_info --- source3/winbindd/nss_info_template.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'source3/winbindd/nss_info_template.c') diff --git a/source3/winbindd/nss_info_template.c b/source3/winbindd/nss_info_template.c index 7eb7510dad..5fdfd9bba3 100644 --- a/source3/winbindd/nss_info_template.c +++ b/source3/winbindd/nss_info_template.c @@ -36,8 +36,6 @@ static NTSTATUS nss_template_init( struct nss_domain_entry *e ) static NTSTATUS nss_template_get_info( struct nss_domain_entry *e, const struct dom_sid *sid, TALLOC_CTX *ctx, - ADS_STRUCT *ads, - LDAPMessage *msg, const char **homedir, const char **shell, const char **gecos, -- cgit