mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
s3:winbindd: remove unused argument 'server' from winbind_samlogon_retry_loop()
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Guenther Deschner <gd@samba.org>
This commit is contained in:
parent
0438027a47
commit
fb63fd1dc4
@ -1313,7 +1313,6 @@ static NTSTATUS winbindd_dual_auth_passdb(TALLOC_CTX *mem_ctx,
|
||||
static NTSTATUS winbind_samlogon_retry_loop(struct winbindd_domain *domain,
|
||||
TALLOC_CTX *mem_ctx,
|
||||
uint32_t logon_parameters,
|
||||
const char *server,
|
||||
const char *username,
|
||||
const char *password,
|
||||
const char *domainname,
|
||||
@ -1553,7 +1552,6 @@ static NTSTATUS winbindd_dual_pam_auth_samlogon(TALLOC_CTX *mem_ctx,
|
||||
result = winbind_samlogon_retry_loop(domain,
|
||||
mem_ctx,
|
||||
0,
|
||||
domain->dcname,
|
||||
name_user,
|
||||
pass,
|
||||
name_domain,
|
||||
@ -1966,7 +1964,6 @@ NTSTATUS winbind_dual_SamLogon(struct winbindd_domain *domain,
|
||||
result = winbind_samlogon_retry_loop(domain,
|
||||
mem_ctx,
|
||||
logon_parameters,
|
||||
domain->dcname,
|
||||
name_user,
|
||||
NULL, /* password */
|
||||
name_domain,
|
||||
|
Loading…
Reference in New Issue
Block a user