summaryrefslogtreecommitdiff
path: root/source4/libcli/smb2/smb2.h
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-11-11 12:37:16 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:46:12 -0500
commit2e753f851885930000eadbd4b69660d85124c716 (patch)
tree078827c8b09c6673892f5b53560875fda14f22b9 /source4/libcli/smb2/smb2.h
parent006da4c52add1e448eb3f72896ca37d644294a24 (diff)
downloadsamba-2e753f851885930000eadbd4b69660d85124c716.tar.gz
samba-2e753f851885930000eadbd4b69660d85124c716.tar.bz2
samba-2e753f851885930000eadbd4b69660d85124c716.zip
r11679: opening/creating files in SMB2 now works. Lots of unknown parameters
in the call tho. (This used to be commit 548fbd86b3b114493943b50669bdcba2f4ed87f2)
Diffstat (limited to 'source4/libcli/smb2/smb2.h')
-rw-r--r--source4/libcli/smb2/smb2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/libcli/smb2/smb2.h b/source4/libcli/smb2/smb2.h
index 353f9687d7..76f00cc573 100644
--- a/source4/libcli/smb2/smb2.h
+++ b/source4/libcli/smb2/smb2.h
@@ -56,7 +56,7 @@ struct smb2_transport {
*/
struct smb2_tree {
struct smb2_session *session;
- uint64_t tid;
+ uint32_t tid;
};
/*