summaryrefslogtreecommitdiff
path: root/source3/torture/t_strstr.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/torture/t_strstr.c')
-rw-r--r--source3/torture/t_strstr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/torture/t_strstr.c b/source3/torture/t_strstr.c
index 7b928fb26b..49180b219f 100644
--- a/source3/torture/t_strstr.c
+++ b/source3/torture/t_strstr.c
@@ -14,7 +14,7 @@ int main(int argc, char *argv[])
const char *ret = NULL;
/* Needed to initialize character set */
- lp_load("/dev/null", True, False, False);
+ lp_load("/dev/null", True, False, False, True);
if (argc < 3) {
fprintf(stderr, "usage: %s STRING1 STRING2 [ITERS]\n"