1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

s3:torture:delete: fix a message

This commit is contained in:
Michael Adam 2012-08-08 12:05:53 +02:00
parent ff5e6e33fd
commit bf492d1ffb

View File

@ -4168,7 +4168,7 @@ static bool run_deletetest(int dummy)
/* This next open should succeed - we reset the flag. */
status = cli_openx(cli1, fname, O_RDONLY, DENY_NONE, &fnum1);
if (!NT_STATUS_IS_OK(status)) {
printf("[5] open of %s failed (%s)\n", fname, nt_errstr(status));
printf("[7] open of %s failed (%s)\n", fname, nt_errstr(status));
correct = False;
goto fail;
}