diff options
author | Michael Adam <obnox@samba.org> | 2011-07-27 17:06:26 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2011-07-28 11:17:34 +0200 |
commit | ecc487e0262d335759d25963eaa5444d9648c305 (patch) | |
tree | b23fe070a52bd1ff1a98ea00d76cfcbc7751da2a /source3/torture | |
parent | 426ae350eee340c862e615b916d3cc5723180ab2 (diff) | |
download | samba-ecc487e0262d335759d25963eaa5444d9648c305.tar.gz samba-ecc487e0262d335759d25963eaa5444d9648c305.tar.bz2 samba-ecc487e0262d335759d25963eaa5444d9648c305.zip |
s3:torture: use lp_load_global in the strcmp test
Diffstat (limited to 'source3/torture')
-rw-r--r-- | source3/torture/t_strcmp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/torture/t_strcmp.c b/source3/torture/t_strcmp.c index 5be26cdc79..e6828e4210 100644 --- a/source3/torture/t_strcmp.c +++ b/source3/torture/t_strcmp.c @@ -12,7 +12,7 @@ int main(int argc, char *argv[]) int iters = 1; /* Needed to initialize character set */ - lp_load("/dev/null", True, False, False, True); + lp_load_global("/dev/null"); if (argc < 3) { fprintf(stderr, "usage: %s STRING1 STRING2 [ITERS]\n" |