1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-27 03:21:53 +03:00

s3: Remove unused smb_request->chain_outbuf

This commit is contained in:
Volker Lendecke 2012-03-03 00:34:27 +01:00
parent 572bc64b59
commit 3a7bc3abb8
2 changed files with 0 additions and 6 deletions

View File

@ -480,11 +480,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
*/

View File

@ -538,7 +538,6 @@ static bool init_smb_request(struct smb_request *req,
req->sconn = sconn;
req->conn = conn_find(sconn,req->tid);
req->chain_fsp = NULL;
req->chain_outbuf = NULL;
req->done = false;
req->smb2req = NULL;
req->priv_paths = NULL;