summaryrefslogtreecommitdiff
path: root/lib/torture/torture.c
diff options
context:
space:
mode:
authorJames Peach <jpeach@samba.org>2010-03-19 21:24:15 -0700
committerJames Peach <jpeach@apple.com>2010-06-21 08:58:10 -0700
commit9f697903556529bb4fedd73d027c317e56f6bf21 (patch)
tree82283996917ec57011dcc62d448ee64fbe4f6032 /lib/torture/torture.c
parenta5e14bded48ac53e21307eda1c9767be64b39a17 (diff)
downloadsamba-9f697903556529bb4fedd73d027c317e56f6bf21.tar.gz
smbtorture: Move interactive shell into a separate file.
Diffstat (limited to 'lib/torture/torture.c')
-rw-r--r--lib/torture/torture.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/torture/torture.c b/lib/torture/torture.c
index dcb28eefb02..4333f98990d 100644
--- a/lib/torture/torture.c
+++ b/lib/torture/torture.c
@@ -305,7 +305,7 @@ bool torture_run_suite(struct torture_context *context,
}
bool torture_run_suite_restricted(struct torture_context *context,
- struct torture_suite *suite, char **restricted)
+ struct torture_suite *suite, const char **restricted)
{
/* FIXME */
return false;