summaryrefslogtreecommitdiff
path: root/source3/torture/t_push_ucs2.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/torture/t_push_ucs2.c')
-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 8bfc6f7ad9..8d327acfa5 100644
--- a/source3/torture/t_push_ucs2.c
+++ b/source3/torture/t_push_ucs2.c
@@ -33,7 +33,7 @@ int main(int argc, char *argv[])
int count = 1;
/* Needed to initialize character set */
- lp_load("/dev/null", True, False, False);
+ lp_load("/dev/null", True, False, False, True);
if (argc < 2) {
fprintf(stderr, "usage: %s STRING1 [COUNT]\n"