summaryrefslogtreecommitdiff
path: root/source4/torture/locktest.c
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-12-02 17:09:43 +0100
committerStefan Metzmacher <metze@samba.org>2007-12-21 05:47:02 +0100
commit2fa338cdc99276a5f85ad54cb88b372ffe8ab063 (patch)
tree7895291f7e8accda90aa896bb3b4c25d898a96c5 /source4/torture/locktest.c
parent33f26f8e547dae1c06282d6e6f89b3b37979a730 (diff)
downloadsamba-2fa338cdc99276a5f85ad54cb88b372ffe8ab063.tar.gz
r26226: Avoid more uses of global_loadparm.
(This used to be commit 6cbce47a3eaef76a89db7cd0ab0d4f6441fc720d)
Diffstat (limited to 'source4/torture/locktest.c')
-rw-r--r--source4/torture/locktest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/locktest.c b/source4/torture/locktest.c
index 24b96069610..810a21cb9e6 100644
--- a/source4/torture/locktest.c
+++ b/source4/torture/locktest.c
@@ -637,7 +637,7 @@ static void usage(void)
servers[1] = servers[0];
}
- gensec_init();
+ gensec_init(global_loadparm);
argc -= optind;
argv += optind;