From 3b7e2ee5e4b6e15ddd24f781d389b9dbe88dc887 Mon Sep 17 00:00:00 2001 From: Matthias Dieter Wallnöfer Date: Mon, 6 Dec 2010 11:24:12 +0100 Subject: s4:torture/locktest.c - fix one indentation --- source4/torture/locktest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source4/torture/locktest.c b/source4/torture/locktest.c index dff014bacc..aecf71bf9c 100644 --- a/source4/torture/locktest.c +++ b/source4/torture/locktest.c @@ -405,7 +405,7 @@ static int retest(struct smbcli_state *cli[NSERVERS][NCONNECTIONS], */ static int test_locks(struct tevent_context *ev, struct loadparm_context *lp_ctx, - TALLOC_CTX *mem_ctx, + TALLOC_CTX *mem_ctx, char *share[NSERVERS]) { struct smbcli_state *cli[NSERVERS][NCONNECTIONS]; -- cgit