diff options
author | Andrew Tridgell <tridge@samba.org> | 2007-01-10 11:50:33 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:37:26 -0500 |
commit | 1c211a2e43db46c649a963ec883481cc4321870a (patch) | |
tree | 8b8a62b0670b3b640dde83b4c7caea5d763f9132 /source4/libcli/smb2 | |
parent | c6ccfeb9cb78a95048ce0d91317b5948ae4ca46e (diff) | |
download | samba-1c211a2e43db46c649a963ec883481cc4321870a.tar.gz samba-1c211a2e43db46c649a963ec883481cc4321870a.tar.bz2 samba-1c211a2e43db46c649a963ec883481cc4321870a.zip |
r20650: revert a bunch of code I didn't mean to commit yet
(This used to be commit b3e2d4908781781a487eaeb683d22eb967e5597d)
Diffstat (limited to 'source4/libcli/smb2')
-rw-r--r-- | source4/libcli/smb2/create.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/libcli/smb2/create.c b/source4/libcli/smb2/create.c index 81c11eebc2..da21d090fd 100644 --- a/source4/libcli/smb2/create.c +++ b/source4/libcli/smb2/create.c @@ -72,7 +72,6 @@ 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]); |