diff options
Diffstat (limited to 'source4/torture/raw/raw.c')
-rw-r--r-- | source4/torture/raw/raw.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/raw/raw.c b/source4/torture/raw/raw.c index bda463b8a72..5b237d32ebf 100644 --- a/source4/torture/raw/raw.c +++ b/source4/torture/raw/raw.c @@ -23,7 +23,7 @@ #include "torture/smbtorture.h" #include "torture/raw/proto.h" -NTSTATUS torture_raw_init(void) +NTSTATUS torture_raw_init(TALLOC_CTX *ctx) { struct torture_suite *suite = torture_suite_create( talloc_autofree_context(), "raw"); |