s3:torture: use lp_load_global in the strcmp test
authorMichael Adam <obnox@samba.org>
Wed, 27 Jul 2011 15:06:26 +0000 (17:06 +0200)
committerMichael Adam <obnox@samba.org>
Thu, 28 Jul 2011 09:17:34 +0000 (11:17 +0200)
source3/torture/t_strcmp.c

index 5be26cdc79f61d2a5683b25508be67bb75955c34..e6828e421058df677406055be6a78439145c2e9c 100644 (file)
@@ -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"