1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-27 14:04:05 +03:00

s3:vfs: use smbXsrv_tcon instead of smbXsrv_tcon0 in connection_struct.

This commit is contained in:
Michael Adam 2012-07-02 14:46:32 +02:00
parent db0c233624
commit f2e8409c4e

View File

@ -282,7 +282,7 @@ struct share_params {
typedef struct connection_struct {
struct connection_struct *next, *prev;
struct smbd_server_connection *sconn; /* can be NULL */
struct smbXsrv_tcon0 *tcon; /* can be NULL */
struct smbXsrv_tcon *tcon; /* can be NULL */
uint32_t cnum; /* an index passed over the wire */
struct share_params *params;
bool force_user;