diff options
author | Michael Adam <obnox@samba.org> | 2011-07-27 17:05:38 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2011-07-28 11:17:33 +0200 |
commit | 426ae350eee340c862e615b916d3cc5723180ab2 (patch) | |
tree | 56653621201e7ac8143f444b8dbda2f3db2d1209 | |
parent | bfde6fa535f2356a317dafd984a8f5494c0a9e63 (diff) | |
download | samba-426ae350eee340c862e615b916d3cc5723180ab2.tar.gz samba-426ae350eee340c862e615b916d3cc5723180ab2.tar.bz2 samba-426ae350eee340c862e615b916d3cc5723180ab2.zip |
s3:torture: use lp_load_global() in the push_ucs2 test
-rw-r--r-- | source3/torture/t_push_ucs2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/torture/t_push_ucs2.c b/source3/torture/t_push_ucs2.c index 2bd91dafde..4e22eeab8b 100644 --- a/source3/torture/t_push_ucs2.c +++ b/source3/torture/t_push_ucs2.c @@ -34,7 +34,7 @@ int main(int argc, char *argv[]) int count = 1; /* Needed to initialize character set */ - lp_load("/dev/null", True, False, False, True); + lp_load_global("/dev/null"); if (argc < 2) { fprintf(stderr, "usage: %s STRING1 [COUNT]\n" |