From 6e3cb6b24ff53453c52251965bcf955e2e59fa37 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Wed, 28 Oct 2015 20:41:33 +0100 Subject: [PATCH] s4:torture: fix a comment typo. Signed-off-by: Michael Adam Reviewed-by: Ralph Boehme Autobuild-User(master): Michael Adam Autobuild-Date(master): Thu Oct 29 00:42:49 CET 2015 on sn-devel-104 --- source4/torture/basic/misc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source4/torture/basic/misc.c b/source4/torture/basic/misc.c index 721727ba177..98423dfbdf8 100644 --- a/source4/torture/basic/misc.c +++ b/source4/torture/basic/misc.c @@ -234,7 +234,7 @@ bool torture_holdcon(struct torture_context *tctx) /* open a file N times on the server and just hold them open used for testing performance when there are N file handles - alopenn + open */ bool torture_holdopen(struct torture_context *tctx, struct smbcli_state *cli)