diff options
author | Volker Lendecke <vl@samba.org> | 2012-03-03 00:34:27 +0100 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2012-03-10 15:34:12 +0100 |
commit | 3a7bc3abb837b8c9df2c156440eb8a6f7e60c8d9 (patch) | |
tree | 2922bccc4ed75ad6e2ae710d5b0454f4303cc43e /source3/include | |
parent | 572bc64b594d0d30cb64976579a55e74f01800d2 (diff) | |
download | samba-3a7bc3abb837b8c9df2c156440eb8a6f7e60c8d9.tar.gz samba-3a7bc3abb837b8c9df2c156440eb8a6f7e60c8d9.tar.bz2 samba-3a7bc3abb837b8c9df2c156440eb8a6f7e60c8d9.zip |
s3: Remove unused smb_request->chain_outbuf
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/smb.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h index d93f30d483..553281d21b 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -481,11 +481,6 @@ struct smb_request { struct files_struct *chain_fsp; /* - * Here we collect the outbufs from the chain handlers - */ - uint8_t *chain_outbuf; - - /* * state information for async smb handling */ void *async_priv; |