summaryrefslogtreecommitdiff
path: root/source3/rpc_server
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2013-04-01 20:11:26 -0700
committerRichard Sharpe <sharpe@samba.org>2013-04-02 07:28:48 +0200
commit5530cc4816534d64d50403c266616633db8202cc (patch)
tree471b414876f026cfad734a075b86636e02af408b /source3/rpc_server
parent7fd926fcdcb92a8e1e2b0c29371f2eb2ae4057df (diff)
downloadsamba-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 'source3/rpc_server')
0 files changed, 0 insertions, 0 deletions