s3: Remove unused smb_request->chain_outbuf
authorVolker Lendecke <vl@samba.org>
Fri, 2 Mar 2012 23:34:27 +0000 (00:34 +0100)
committerVolker Lendecke <vl@samba.org>
Sat, 10 Mar 2012 14:34:12 +0000 (15:34 +0100)
source3/include/smb.h
source3/smbd/process.c

index d93f30d48355eefda0f4c09b612e13fc79d85719..553281d21bc9286dec06f3d5e9ebc9c6f224e06e 100644 (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
         */
index c3304c7114d27a46d0e4650eecd3d635a7f669f4..676e67c2e05faa013562156f1787bfe2a985af06 100644 (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;