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

s3:torture:delete: fix a message (counting the opens)

This commit is contained in:
Michael Adam 2012-08-08 11:24:55 +02:00
parent 2aded6aebd
commit 595845ca30

View File

@ -3968,7 +3968,7 @@ static bool run_deletetest(int dummy)
FILE_SHARE_READ|FILE_SHARE_WRITE|FILE_SHARE_DELETE,
FILE_OPEN, 0, 0, &fnum2);
if (!NT_STATUS_IS_OK(status)) {
printf("[3] open - 2 of %s failed (%s)\n", fname, nt_errstr(status));
printf("[3] open - 3 of %s failed (%s)\n", fname, nt_errstr(status));
correct = False;
goto fail;
}