mirror of
https://github.com/samba-team/samba.git
synced 2025-10-26 23:33:15 +03:00
r26238: Add a loadparm context parameter to torture_context, remove more uses of global_loadparm.
This commit is contained in:
committed by
Stefan Metzmacher
parent
1386c5c925
commit
a33a553054
@@ -377,8 +377,10 @@ struct smbsrv_connection {
|
||||
};
|
||||
|
||||
struct model_ops;
|
||||
struct loadparm_context;
|
||||
|
||||
NTSTATUS smbsrv_add_socket(struct event_context *event_context,
|
||||
struct loadparm_context *lp_ctx,
|
||||
const struct model_ops *model_ops,
|
||||
const char *address);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user