diff options
author | Andrew Tridgell <tridge@samba.org> | 2007-01-10 11:16:11 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:37:24 -0500 |
commit | f6274959ba381b6b5d025cb0cee78665107a72a6 (patch) | |
tree | 750d88afc3f88f833162dc7d9ae93d844b61a4e4 /source4/libcli | |
parent | 1cd4339b9a2786aa26691ca4f02fa93ab0958b88 (diff) | |
download | samba-f6274959ba381b6b5d025cb0cee78665107a72a6.tar.gz samba-f6274959ba381b6b5d025cb0cee78665107a72a6.tar.xz samba-f6274959ba381b6b5d025cb0cee78665107a72a6.zip |
r20647: add cluster code
(This used to be commit 5870830b99a8d76bda1ff5af3fcf8dda9aba50ec)
Diffstat (limited to 'source4/libcli')
-rw-r--r-- | source4/libcli/raw/trans2.h | 5 | ||||
-rw-r--r-- | source4/libcli/smb2/create.c | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/source4/libcli/raw/trans2.h b/source4/libcli/raw/trans2.h index a3f6e28a2af..a1a34ea118e 100644 --- a/source4/libcli/raw/trans2.h +++ b/source4/libcli/raw/trans2.h @@ -1,3 +1,8 @@ +/* + NTFS filesystem internals + +*/ + /* Unix SMB/CIFS implementation. SMB transaction2 handling diff --git a/source4/libcli/smb2/create.c b/source4/libcli/smb2/create.c index da21d090fdf..81c11eebc26 100644 --- a/source4/libcli/smb2/create.c +++ b/source4/libcli/smb2/create.c @@ -72,6 +72,7 @@ struct smb2_request *smb2_create_send(struct smb2_tree *tree, struct smb2_create SSVAL(req->out.body, 0x02, io->in.oplock_flags); SIVAL(req->out.body, 0x04, io->in.impersonation); + /* are these 16 bytes the root_fid (vl) */ SIVAL(req->out.body, 0x08, io->in.unknown3[0]); SIVAL(req->out.body, 0x0C, io->in.unknown3[1]); SIVAL(req->out.body, 0x10, io->in.unknown3[2]); |