diff options
author | Gerald Carter <jerry@samba.org> | 2003-04-15 19:51:17 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2003-04-15 19:51:17 +0000 |
commit | d15cd357c702aaad4093f770d557b61a4e12f3a0 (patch) | |
tree | 921d2f4cd5a42165ab1be9d4759b14bc2c945e97 /source3/torture | |
parent | f7792732e66b7fc9a6ef4a07ea35b3a2e50f3f69 (diff) | |
download | samba-d15cd357c702aaad4093f770d557b61a4e12f3a0.tar.gz samba-d15cd357c702aaad4093f770d557b61a4e12f3a0.tar.bz2 samba-d15cd357c702aaad4093f770d557b61a4e12f3a0.zip |
merge in metze' smbcquotas patch from HEAD
(This used to be commit b6a77048886151435a4a5eeb9a04be44d397c504)
Diffstat (limited to 'source3/torture')
-rw-r--r-- | source3/torture/nbio.c | 4 |
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)); |