From edfc7eaf6ddd0e08c6a8544230c42f50ed45d9aa Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sat, 12 Jun 2010 11:01:10 +0200 Subject: s3: Add "smbd_server_connection" to smb_request --- source3/smbd/process.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/smbd/process.c') diff --git a/source3/smbd/process.c b/source3/smbd/process.c index 9dc43c4bf3..ad6859b5fc 100644 --- a/source3/smbd/process.c +++ b/source3/smbd/process.c @@ -465,6 +465,7 @@ static bool init_smb_request(struct smb_request *req, const uint8 *inbuf, req->buf = (const uint8_t *)smb_buf(inbuf); req->unread_bytes = unread_bytes; req->encrypted = encrypted; + req->sconn = sconn; req->conn = conn_find(sconn,req->tid); req->chain_fsp = NULL; req->chain_outbuf = NULL; -- cgit