summaryrefslogtreecommitdiff
path: root/source4/smb_server/smb_server.h
diff options
context:
space:
mode:
Diffstat (limited to 'source4/smb_server/smb_server.h')
-rw-r--r--source4/smb_server/smb_server.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/source4/smb_server/smb_server.h b/source4/smb_server/smb_server.h
index 4b2f65d14a..ddf4a2b627 100644
--- a/source4/smb_server/smb_server.h
+++ b/source4/smb_server/smb_server.h
@@ -222,12 +222,12 @@ struct smbsrv_connection {
/* the context associated with open tree connects on a smb socket */
struct {
- /* list of open tree connects */
- struct smbsrv_tcon *tcons;
-
/* an id tree used to allocate tids */
struct idr_context *idtree_tid;
- } tree;
+
+ /* list of open tree connects */
+ struct smbsrv_tcon *list;
+ } tcons;
/* context associated with currently valid session setups */
struct {