diff options
Diffstat (limited to 'source3/torture/t_strcmp.c')
-rw-r--r-- | source3/torture/t_strcmp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/torture/t_strcmp.c b/source3/torture/t_strcmp.c index 5be26cdc79..e6828e4210 100644 --- a/source3/torture/t_strcmp.c +++ b/source3/torture/t_strcmp.c @@ -12,7 +12,7 @@ int main(int argc, char *argv[]) int iters = 1; /* 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" |