mirror of
https://github.com/samba-team/samba.git
synced 2025-08-02 00:22:11 +03:00
r26355: Eliminate global_loadparm in more places.
(This used to be commit 5d589a0d94
)
This commit is contained in:
committed by
Stefan Metzmacher
parent
4a36b71675
commit
b65dba2245
@ -44,7 +44,7 @@ NTSTATUS ldap_rebind(struct ldap_connection *conn)
|
||||
switch (conn->bind.type) {
|
||||
case LDAP_BIND_SASL:
|
||||
status = ldap_bind_sasl(conn, (struct cli_credentials *)conn->bind.creds,
|
||||
global_loadparm);
|
||||
conn->lp_ctx);
|
||||
break;
|
||||
|
||||
case LDAP_BIND_SIMPLE:
|
||||
|
Reference in New Issue
Block a user