From c32479f5843b73fc40a22a2975bbece0ddbcf168 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Wed, 27 Jul 2011 17:20:05 +0200 Subject: [PATCH] s3:torture: use lp_load_global() in the strstr test --- source3/torture/t_strstr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/torture/t_strstr.c b/source3/torture/t_strstr.c index 49180b219f7..69b88187d6d 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, True); + lp_load_global("/dev/null"); if (argc < 3) { fprintf(stderr, "usage: %s STRING1 STRING2 [ITERS]\n" -- 2.11.4.GIT