1
0
mirror of https://github.com/samba-team/samba.git synced 2025-10-23 11:33:16 +03:00

r26268: Avoid more use of global_loadparm - put lp_ctx in smb_server and wbsrv_connection.

(This used to be commit 7c00866423)
This commit is contained in:
Jelmer Vernooij
2007-12-03 21:25:17 +01:00
committed by Stefan Metzmacher
parent 1f69adddc5
commit b83a7a135f
25 changed files with 101 additions and 95 deletions

View File

@@ -374,6 +374,8 @@ struct smbsrv_connection {
} statistics;
struct share_context *share_context;
struct loadparm_context *lp_ctx;
};
struct model_ops;