s3:smb2_server: rename 'conn' variables to 'xconn'
commitd1d3294ceabfb70bde69c22375f15dce32a4de48
authorStefan Metzmacher <metze@samba.org>
Mon, 7 Jul 2014 10:25:48 +0000 (7 12:25 +0200)
committerMichael Adam <obnox@samba.org>
Wed, 6 Aug 2014 07:51:12 +0000 (6 09:51 +0200)
tree71db66f14207354e80ab895968fa819c03dd8acf
parent59a25a60670830b4f04f53a76b7d0a13415b3335
s3:smb2_server: rename 'conn' variables to 'xconn'

This makes the code more consistent with other functions
using 'struct smbXsrv_connection *xconn' as local variables.

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