mirror of
https://github.com/samba-team/samba.git
synced 2024-12-27 03:21:53 +03:00
Forgot torture hacks...
Jeremy.
This commit is contained in:
parent
3b1b8ac435
commit
ba6c3d65a5
@ -2942,11 +2942,7 @@ static BOOL run_rename(int dummy)
|
||||
cli_unlink(&cli1, fname);
|
||||
cli_unlink(&cli1, fname1);
|
||||
|
||||
#if 0
|
||||
fnum1 = cli_nt_create_full(&cli1, fname,FILE_READ_DATA, FILE_ATTRIBUTE_NORMAL,
|
||||
#else
|
||||
fnum1 = cli_nt_create_full(&cli1, fname,READ_CONTROL_ACCESS, FILE_ATTRIBUTE_NORMAL,
|
||||
#endif
|
||||
FILE_SHARE_NONE, FILE_OVERWRITE_IF, 0);
|
||||
|
||||
if (fnum1 == -1) {
|
||||
@ -2955,7 +2951,7 @@ static BOOL run_rename(int dummy)
|
||||
}
|
||||
|
||||
|
||||
#if 1
|
||||
#if 0
|
||||
{
|
||||
int fnum2;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user