From 509be8d902038ec2a75ece5fd28d43d73218f0b2 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Fri, 18 Nov 2005 12:20:16 +0000 Subject: r11781: rename tree to tcons to match the sessions substructure of smbsrv_connection metze (This used to be commit acd3e644e030a3544ddc6cdcd4e0ec9617732cba) --- source4/smb_server/smb_server.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'source4/smb_server/smb_server.h') 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 { -- cgit