s3:smb2_server: talloc smbd_smb2_request as child of smbXsrv_connection
commitb38cb03ab6e6c550cc7d1f525a8b56a62974b0fd
authorStefan Metzmacher <metze@samba.org>
Tue, 10 Jun 2014 11:34:55 +0000 (10 13:34 +0200)
committerMichael Adam <obnox@samba.org>
Wed, 6 Aug 2014 07:51:11 +0000 (6 09:51 +0200)
treeacdcecae09bf15d680cd3b797bbb04bcfb2a6fe5
parent92e96bedfb29101c1b0df6aed174b5ecf2b6001d
s3:smb2_server: talloc smbd_smb2_request as child of smbXsrv_connection

As the list of pending requests moved from sconn->smb2.requests to xconn->smb2.requests,
it is more logical to use smbXsrv_connection as talloc parent.

This prepares the structures for multi-channel support.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
source3/smbd/smb2_server.c