1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-08 04:58:40 +03:00

Samba3 smbd now passes test BATCH23 (with the fix for bug #5979), only BATCH22 left to fix.

Jeremy.
This commit is contained in:
Jeremy Allison 2008-12-17 17:30:18 -08:00
parent f00d9cbfd7
commit 55620b4e3c

View File

@ -2632,10 +2632,6 @@ static bool test_raw_oplock_batch23(struct torture_context *tctx, struct smbcli_
uint16_t fnum=0, fnum2=0,fnum3=0;
struct smbcli_state *cli3 = NULL;
if (torture_setting_bool(tctx, "samba3", false)) {
torture_skip(tctx, "BATCH23 disabled against samba3\n");
}
if (!torture_setup_dir(cli1, BASEDIR)) {
return false;
}