s3:smbd:smb2: change smbXsrv_tcon0 to smbXsrv_tcon in smbd_smb2_request_check_tcon()
authorMichael Adam <obnox@samba.org>
Mon, 2 Jul 2012 11:31:12 +0000 (13:31 +0200)
committerMichael Adam <obnox@samba.org>
Tue, 3 Jul 2012 11:39:40 +0000 (13:39 +0200)
commitbfc38d74ccc3a5ca378ef718ae19dfc1a1d05d7e
tree395a640956cb3b9306b07d158580a407e61af0bf
parentcca51e2f55b79227e697fdc8e5b7f277d0e3e9bb
s3:smbd:smb2: change smbXsrv_tcon0  to smbXsrv_tcon in smbd_smb2_request_check_tcon()

smbXsrv_tcon0 is the internal name for the (current) version0 of the
structure. Externally, only smbXsrv_tcon should be used.
source3/smbd/smb2_server.c