mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
Fix the mangle1 test
This commit is contained in:
parent
c291a55a35
commit
efbc4315d2
@ -5065,7 +5065,7 @@ static bool run_mangle1(int dummy)
|
|||||||
|
|
||||||
cli_sockopt(cli, sockops);
|
cli_sockopt(cli, sockops);
|
||||||
|
|
||||||
if (NT_STATUS_IS_OK(cli_ntcreate(
|
if (!NT_STATUS_IS_OK(cli_ntcreate(
|
||||||
cli, fname, 0, GENERIC_ALL_ACCESS|DELETE_ACCESS,
|
cli, fname, 0, GENERIC_ALL_ACCESS|DELETE_ACCESS,
|
||||||
FILE_ATTRIBUTE_NORMAL, 0, FILE_OVERWRITE_IF, 0, 0, &fnum))) {
|
FILE_ATTRIBUTE_NORMAL, 0, FILE_OVERWRITE_IF, 0, 0, &fnum))) {
|
||||||
d_printf("open %s failed: %s\n", fname, cli_errstr(cli));
|
d_printf("open %s failed: %s\n", fname, cli_errstr(cli));
|
||||||
|
Loading…
Reference in New Issue
Block a user