From: Stefan Metzmacher Date: Wed, 8 Aug 2012 03:04:07 +0000 (+0200) Subject: libcli/smb: do not set SMB2_TF_MSG_SIZE in the caller X-Git-Tag: ldb-1.1.10~35 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=528d3fe2ae9691bc1c0b322bb3007524987f8b28;p=thirdparty%2Fsamba.git libcli/smb: do not set SMB2_TF_MSG_SIZE in the caller metze Autobuild-User(master): Stefan Metzmacher Autobuild-Date(master): Wed Aug 8 07:32:55 CEST 2012 on sn-devel-104 --- diff --git a/libcli/smb/smbXcli_base.c b/libcli/smb/smbXcli_base.c index c6e3b2a6ce4..dad869c2c02 100644 --- a/libcli/smb/smbXcli_base.c +++ b/libcli/smb/smbXcli_base.c @@ -2764,9 +2764,6 @@ skip_credits: state->session->smb2->nonce_low += 1; } - SBVAL(state->smb2.transform, SMB2_TF_MSG_SIZE, - reqlen); - buf = talloc_array(iov, uint8_t, reqlen); if (buf == NULL) { return NT_STATUS_NO_MEMORY;