diff options
author | Jeremy Allison <jra@samba.org> | 2013-04-01 20:11:26 -0700 |
---|---|---|
committer | Richard Sharpe <sharpe@samba.org> | 2013-04-02 07:28:48 +0200 |
commit | 5530cc4816534d64d50403c266616633db8202cc (patch) | |
tree | 471b414876f026cfad734a075b86636e02af408b /file_server | |
parent | 7fd926fcdcb92a8e1e2b0c29371f2eb2ae4057df (diff) | |
download | samba-5530cc4816534d64d50403c266616633db8202cc.tar.gz samba-5530cc4816534d64d50403c266616633db8202cc.tar.bz2 samba-5530cc4816534d64d50403c266616633db8202cc.zip |
Fix bad SMB2 opcode reading in server.
SMB2 opcodes are 16-bit values. We should *never*
be reading them with IVAL(inhdr, SMB2_HDR_OPCODE),
it should always be SVAL(inhdr, SMB2_HDR_OPCODE).
Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Richard Sharpe <realrichardsharpe@gmail.com>
Autobuild-User(master): Richard Sharpe <sharpe@samba.org>
Autobuild-Date(master): Tue Apr 2 07:28:48 CEST 2013 on sn-devel-104
Diffstat (limited to 'file_server')
0 files changed, 0 insertions, 0 deletions