From d29be7d263a841d4fb7d37360adda588c8a530bc Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Thu, 28 Jul 2011 10:30:20 +0200 Subject: s3: use lp_load_global() in smbw_sample -- whatever this is ... :-) --- source3/utils/smbw_sample.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3') diff --git a/source3/utils/smbw_sample.c b/source3/utils/smbw_sample.c index eface2fc46..2c4a20fab7 100644 --- a/source3/utils/smbw_sample.c +++ b/source3/utils/smbw_sample.c @@ -34,7 +34,7 @@ int main(int argc, char *argv[]) char *path; TALLOC_CTX *frame = talloc_stackframe(); - lp_load(get_dyn_CONFIGFILE(),1,0,0,1); + lp_load_global(get_dyn_CONFIGFILE()); smbw_setup_shared(); while ((opt = getopt(argc, argv, "W:U:R:d:P:l:hL:")) != EOF) { -- cgit