mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
s3-torture: run_nttrans_create(): replace cli_query_secdesc_old()
Signed-off-by: Stefan Metzmacher <metze@samba.org>
This commit is contained in:
parent
cb4fc92177
commit
6911b04606
@ -78,7 +78,7 @@ bool run_nttrans_create(int dummy)
|
||||
goto fail;
|
||||
}
|
||||
|
||||
cli_query_secdesc_old(cli, fnum, talloc_tos());
|
||||
cli_query_secdesc(cli, fnum, talloc_tos(), NULL);
|
||||
|
||||
status2 = cli_ntcreate(cli, fname, 0, WRITE_DAC_ACCESS,
|
||||
FILE_ATTRIBUTE_NORMAL,
|
||||
|
Loading…
Reference in New Issue
Block a user