mirror of
https://github.com/samba-team/samba.git
synced 2025-01-26 10:04:02 +03:00
s3:vfs: use smbXsrv_tcon instead of smbXsrv_tcon0 in connection_struct.
This commit is contained in:
parent
db0c233624
commit
f2e8409c4e
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user