summaryrefslogtreecommitdiff
path: root/source4/torture
diff options
context:
space:
mode:
Diffstat (limited to 'source4/torture')
-rw-r--r--source4/torture/locktest.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/torture/locktest.c b/source4/torture/locktest.c
index de25c0abc8..039484a8cb 100644
--- a/source4/torture/locktest.c
+++ b/source4/torture/locktest.c
@@ -528,7 +528,7 @@ static int test_locks(struct loadparm_context *lp_ctx, char *share[NSERVERS])
-_NORETURN_ static void usage(poptContext pc)
+static void usage(poptContext pc)
{
printf("Usage:\n\tlocktest //server1/share1 //server2/share2 [options..]\n");
poptPrintUsage(pc, stdout, 0);
@@ -578,6 +578,7 @@ _NORETURN_ static void usage(poptContext pc)
poptSetOtherOptionHelp(pc, "<unc1> <unc2>");
+ lp_ctx = cmdline_lp_ctx;
servers[0] = cli_credentials_init(talloc_autofree_context());
servers[1] = cli_credentials_init(talloc_autofree_context());
cli_credentials_guess(servers[0], lp_ctx);