summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_proto.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2010-09-08 16:58:21 -0700
committerVolker Lendecke <vl@samba.org>2010-09-09 06:19:23 +0200
commit4e4228bd5d970350516162cc716ec2e083ead56f (patch)
tree88c46bdbe8ebcc660ab66b5d78a80dbac6addc9e /source3/winbindd/winbindd_proto.h
parent7372a50a0333b362745c89b7f0c17f77db156dec (diff)
downloadsamba-4e4228bd5d970350516162cc716ec2e083ead56f.tar.gz
samba-4e4228bd5d970350516162cc716ec2e083ead56f.tar.bz2
samba-4e4228bd5d970350516162cc716ec2e083ead56f.zip
s3: Remove unused arg "user_sid" from winbindd_store_creds
All callers have passed in NULL
Diffstat (limited to 'source3/winbindd/winbindd_proto.h')
-rw-r--r--source3/winbindd/winbindd_proto.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/source3/winbindd/winbindd_proto.h b/source3/winbindd/winbindd_proto.h
index 9ea2369fc4..4e21b6558f 100644
--- a/source3/winbindd/winbindd_proto.h
+++ b/source3/winbindd/winbindd_proto.h
@@ -234,8 +234,7 @@ NTSTATUS winbindd_store_creds(struct winbindd_domain *domain,
TALLOC_CTX *mem_ctx,
const char *user,
const char *pass,
- struct netr_SamInfo3 *info3,
- const struct dom_sid *user_sid);
+ struct netr_SamInfo3 *info3);
NTSTATUS winbindd_update_creds_by_info3(struct winbindd_domain *domain,
TALLOC_CTX *mem_ctx,
const char *user,