1
0
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:
Jelmer Vernooij
2007-12-03 00:28:22 +01:00
committed by Stefan Metzmacher
parent 1386c5c925
commit a33a553054
72 changed files with 504 additions and 512 deletions

View File

@@ -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);