diff options
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/vfs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/vfs.h b/source3/include/vfs.h index ec139a72e7..fbb236dc27 100644 --- a/source3/include/vfs.h +++ b/source3/include/vfs.h @@ -350,7 +350,7 @@ struct smb_request { uint64_t mid; /* For compatibility with SMB2. */ uint32_t seqnum; uint64_t vuid; /* For compatibility with SMB2. */ - uint16 tid; + uint32_t tid; uint8 wct; const uint16_t *vwv; uint16_t buflen; |