diff options
author | Michael Adam <obnox@samba.org> | 2012-08-08 11:24:55 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2012-08-09 15:29:33 +0200 |
commit | 595845ca301ec30fbdeea76b06d0545ba4788dbb (patch) | |
tree | 944a6c645c57780dacedbaa3c9f9cae386fce650 /source3/torture | |
parent | 2aded6aebd4187cd192f9202b35dfef6d258f2da (diff) | |
download | samba-595845ca301ec30fbdeea76b06d0545ba4788dbb.tar.gz samba-595845ca301ec30fbdeea76b06d0545ba4788dbb.tar.bz2 samba-595845ca301ec30fbdeea76b06d0545ba4788dbb.zip |
s3:torture:delete: fix a message (counting the opens)
Diffstat (limited to 'source3/torture')
-rw-r--r-- | source3/torture/torture.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/torture/torture.c b/source3/torture/torture.c index 0b6f5100a0..b12039433c 100644 --- a/source3/torture/torture.c +++ b/source3/torture/torture.c @@ -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; } |