From 4e4228bd5d970350516162cc716ec2e083ead56f Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Wed, 8 Sep 2010 16:58:21 -0700 Subject: s3: Remove unused arg "user_sid" from winbindd_store_creds All callers have passed in NULL --- source3/winbindd/winbindd_proto.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'source3/winbindd/winbindd_proto.h') 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, -- cgit