s3:torture: use lp_load_global() in the push_ucs2 test
authorMichael Adam <obnox@samba.org>
Wed, 27 Jul 2011 15:05:38 +0000 (17:05 +0200)
committerMichael Adam <obnox@samba.org>
Thu, 28 Jul 2011 09:17:33 +0000 (11:17 +0200)
source3/torture/t_push_ucs2.c

index 2bd91dafdee983629f503c6af700dad6ddb61ffe..4e22eeab8b045a2da2b18dccec7f427e3a24511f 100644 (file)
@@ -34,7 +34,7 @@ int main(int argc, char *argv[])
        int count = 1;
 
        /* Needed to initialize character set */
-       lp_load("/dev/null", True, False, False, True);
+       lp_load_global("/dev/null");
 
        if (argc < 2) {
                fprintf(stderr, "usage: %s STRING1 [COUNT]\n"