summaryrefslogtreecommitdiff
path: root/source4/libcli
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2007-01-10 11:50:33 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:37:26 -0500
commit1c211a2e43db46c649a963ec883481cc4321870a (patch)
tree8b8a62b0670b3b640dde83b4c7caea5d763f9132 /source4/libcli
parentc6ccfeb9cb78a95048ce0d91317b5948ae4ca46e (diff)
downloadsamba-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')
-rw-r--r--source4/libcli/raw/trans2.h5
-rw-r--r--source4/libcli/smb2/create.c1
2 files changed, 0 insertions, 6 deletions
diff --git a/source4/libcli/raw/trans2.h b/source4/libcli/raw/trans2.h
index a1a34ea118..a3f6e28a2a 100644
--- a/source4/libcli/raw/trans2.h
+++ b/source4/libcli/raw/trans2.h
@@ -1,8 +1,3 @@
-/*
- 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 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]);