diff options
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/vfs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/vfs.h b/source3/include/vfs.h index e6a9ef4541..1496164faf 100644 --- a/source3/include/vfs.h +++ b/source3/include/vfs.h @@ -280,6 +280,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; /* for now NULL for SMB1 */ uint32_t cnum; /* an index passed over the wire */ struct share_params *params; bool force_user; |