summaryrefslogtreecommitdiffstats
path: root/source/smb_server/smb_server.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/smb_server/smb_server.h')
-rw-r--r--source/smb_server/smb_server.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/smb_server/smb_server.h b/source/smb_server/smb_server.h
index 8486ad0da6f..8a21051b65c 100644
--- a/source/smb_server/smb_server.h
+++ b/source/smb_server/smb_server.h
@@ -59,7 +59,8 @@ struct smbsrv_tcon {
/* the server context that this was created on */
struct smbsrv_connection *smb_conn;
- uint16_t cnum; /* an index passed over the wire (the TID) */
+ uint16_t tid; /* an index passed over the wire (the TID) */
+
int service;
BOOL read_only;
BOOL admin_user;