1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-03 04:22:09 +03:00

r26355: Eliminate global_loadparm in more places.

(This used to be commit 5d589a0d94)
This commit is contained in:
Jelmer Vernooij
2007-12-10 04:33:16 +01:00
committed by Stefan Metzmacher
parent 4a36b71675
commit b65dba2245
42 changed files with 136 additions and 115 deletions

View File

@ -51,6 +51,8 @@ struct ldap_request {
/* main context for a ldap client connection */
struct ldap_connection {
struct socket_context *sock;
struct loadparm_context *lp_ctx;
char *host;
uint16_t port;
bool ldaps;