summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source3/torture/t_push_ucs2.c2
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"