From 909b111f587705a45f63540b39968f1af58a9b5d Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sat, 25 Mar 2006 16:01:28 +0000 Subject: r14720: Add torture_context argument to all torture tests (This used to be commit 3c7a5ce29108dd82210dc3e1f00414f545949e1d) --- source4/torture/basic/scanner.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source4/torture/basic/scanner.c') diff --git a/source4/torture/basic/scanner.c b/source4/torture/basic/scanner.c index 8017afadb1..d936173590 100644 --- a/source4/torture/basic/scanner.c +++ b/source4/torture/basic/scanner.c @@ -242,7 +242,7 @@ static BOOL scan_trans2(struct smbcli_state *cli, int op, int level, } -BOOL torture_trans2_scan(void) +BOOL torture_trans2_scan(struct torture_context *torture) { static struct smbcli_state *cli; int op, level; @@ -483,7 +483,7 @@ static BOOL scan_nttrans(struct smbcli_state *cli, int op, int level, } -BOOL torture_nttrans_scan(void) +BOOL torture_nttrans_scan(struct torture_context *torture) { static struct smbcli_state *cli; int op, level; @@ -523,7 +523,7 @@ BOOL torture_nttrans_scan(void) /* scan for valid base SMB requests */ -BOOL torture_smb_scan(void) +BOOL torture_smb_scan(struct torture_context *torture) { static struct smbcli_state *cli; int op; -- cgit