diff options
author | Stefan Metzmacher <metze@samba.org> | 2012-08-08 05:04:07 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2012-08-08 07:32:55 +0200 |
commit | 528d3fe2ae9691bc1c0b322bb3007524987f8b28 (patch) | |
tree | 3b29544c8cb7137c25356667151e16e51daeb4a2 /libcli | |
parent | 143fb8403a5b763224b078e67aa9e4ef005ec9ca (diff) | |
download | samba-528d3fe2ae9691bc1c0b322bb3007524987f8b28.tar.gz samba-528d3fe2ae9691bc1c0b322bb3007524987f8b28.tar.bz2 samba-528d3fe2ae9691bc1c0b322bb3007524987f8b28.zip |
libcli/smb: do not set SMB2_TF_MSG_SIZE in the caller
metze
Autobuild-User(master): Stefan Metzmacher <metze@samba.org>
Autobuild-Date(master): Wed Aug 8 07:32:55 CEST 2012 on sn-devel-104
Diffstat (limited to 'libcli')
-rw-r--r-- | libcli/smb/smbXcli_base.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libcli/smb/smbXcli_base.c b/libcli/smb/smbXcli_base.c index c6e3b2a6ce..dad869c2c0 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; |