summaryrefslogtreecommitdiff
path: root/source3/torture/nbio.c
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2003-04-11 23:32:00 +0000
committerGerald Carter <jerry@samba.org>2003-04-11 23:32:00 +0000
commit5b51fc4f065e9e68eefb530eb99ad8da9f4e5d28 (patch)
treee0b97b40a4e42e5ccd1ca9de7b2cf4a4c837a899 /source3/torture/nbio.c
parent04bb7e808ae391d207afb2d87e55ea0d20659dd4 (diff)
downloadsamba-5b51fc4f065e9e68eefb530eb99ad8da9f4e5d28.tar.gz
samba-5b51fc4f065e9e68eefb530eb99ad8da9f4e5d28.tar.bz2
samba-5b51fc4f065e9e68eefb530eb99ad8da9f4e5d28.zip
smbcquota patch from metze
(This used to be commit 74fab8f0d24004b1dfd5ce0fd7402895652f941f)
Diffstat (limited to 'source3/torture/nbio.c')
-rw-r--r--source3/torture/nbio.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/torture/nbio.c b/source3/torture/nbio.c
index 2d519b40ba..d8d3ca0c09 100644
--- a/source3/torture/nbio.c
+++ b/source3/torture/nbio.c
@@ -148,12 +148,12 @@ void nb_createx(char *fname,
desired_access = FILE_READ_DATA | FILE_WRITE_DATA;
}
- fd = cli_nt_create_full(c, fname,
+ fd = cli_nt_create_full(c, fname, 0,
desired_access,
0x0,
FILE_SHARE_READ|FILE_SHARE_WRITE,
create_disposition,
- create_options);
+ create_options, 0);
if (fd == -1 && handle != -1) {
printf("ERROR: cli_nt_create_full failed for %s - %s\n",
fname, cli_errstr(c));