Add a "buflen" struct member to smb_request
authorVolker Lendecke <vl@samba.org>
Sat, 1 Nov 2008 15:24:42 +0000 (16:24 +0100)
committerVolker Lendecke <vl@samba.org>
Sat, 1 Nov 2008 18:41:07 +0000 (19:41 +0100)
commit7f9d6f80efbc211977b13ece80fff6adbea929ac
tree1660eb379144ff05ebb8d65b369cdf80b5bf5d45
parent8637716b4b7b75a289e22141c5761c4850da3f5d
Add a "buflen" struct member to smb_request

This removes some explicit inbuf references and also removes a pointless check
in reply_echo. The buflen can never be more than 64k, this is just a 16 bit
value.
source3/include/smb.h
source3/smbd/process.c
source3/smbd/reply.c
source3/smbd/sesssetup.c