diff options
author | Volker Lendecke <vl@samba.org> | 2011-02-26 12:50:46 +0100 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2011-03-06 12:51:01 +0100 |
commit | 99d98e31bc8e03cbec97bcea377c6c4da0b837b7 (patch) | |
tree | 3d47a26cedbdece2357538aeafa10952c69f26a3 /source3/winbindd/idmap_hash | |
parent | f6f8ec8d8bccee5eec05c7f546e306bced897bbb (diff) | |
download | samba-99d98e31bc8e03cbec97bcea377c6c4da0b837b7.tar.gz samba-99d98e31bc8e03cbec97bcea377c6c4da0b837b7.tar.bz2 samba-99d98e31bc8e03cbec97bcea377c6c4da0b837b7.zip |
s3: Remove unused args from get_nss_info
Diffstat (limited to 'source3/winbindd/idmap_hash')
-rw-r--r-- | source3/winbindd/idmap_hash/idmap_hash.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/winbindd/idmap_hash/idmap_hash.c b/source3/winbindd/idmap_hash/idmap_hash.c index da5c4e3411..a3f4a3a8a3 100644 --- a/source3/winbindd/idmap_hash/idmap_hash.c +++ b/source3/winbindd/idmap_hash/idmap_hash.c @@ -277,8 +277,6 @@ static NTSTATUS nss_hash_init(struct nss_domain_entry *e ) static NTSTATUS nss_hash_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, |