1
0
mirror of https://github.com/samba-team/samba.git synced 2025-10-26 23:33:15 +03:00

r11781: rename tree to tcons to match the sessions substructure of smbsrv_connection

metze
This commit is contained in:
Stefan Metzmacher
2005-11-18 12:20:16 +00:00
committed by Gerald (Jerry) Carter
parent c0288aa8cd
commit acd3e644e0
6 changed files with 35 additions and 35 deletions

View File

@@ -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 {