mirror of
https://github.com/samba-team/samba.git
synced 2025-10-26 23:33:15 +03:00
r26268: Avoid more use of global_loadparm - put lp_ctx in smb_server and wbsrv_connection.
This commit is contained in:
committed by
Stefan Metzmacher
parent
fc824a5c45
commit
7c00866423
@@ -374,6 +374,8 @@ struct smbsrv_connection {
|
||||
} statistics;
|
||||
|
||||
struct share_context *share_context;
|
||||
|
||||
struct loadparm_context *lp_ctx;
|
||||
};
|
||||
|
||||
struct model_ops;
|
||||
|
||||
Reference in New Issue
Block a user