struct smb2_tree *tree2)
{
TALLOC_CTX *mem_ctx = talloc_new(tctx);
- struct smb2_create io1, io2, io3;
+ struct smb2_create io1, io2;
struct smb2_handle h1;
NTSTATUS status;
const char *fname = "durable_open_oplock.dat";
torture_suite_add_2smb2_test(suite, "OPLOCK", test_durable_open_oplock);
suite->description = talloc_strdup(suite, "SMB2-DURABLE-OPEN tests");
+
+ return suite;
}