mirror of
https://github.com/samba-team/samba.git
synced 2025-10-28 03:33:13 +03:00
r14456: don't access the smbsrv_tcon inside the ntvfs modules
metze
(This used to be commit 5709c1c4e1)
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
84aea6eca5
commit
2e7df84576
@@ -103,16 +103,11 @@ struct smbsrv_tcon {
|
||||
*/
|
||||
uint32_t tid; /* an index passed over the wire (the TID) */
|
||||
|
||||
int service;
|
||||
/* the share name */
|
||||
const char *share_name;
|
||||
|
||||
/* the NTVFS context - see source/ntvfs/ for details */
|
||||
struct ntvfs_context *ntvfs_ctx;
|
||||
|
||||
/* the reported filesystem type */
|
||||
char *fs_type;
|
||||
|
||||
/* the reported device type */
|
||||
char *dev_type;
|
||||
struct ntvfs_context *ntvfs;
|
||||
|
||||
/* some stuff to support share level security */
|
||||
struct {
|
||||
|
||||
Reference in New Issue
Block a user