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.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/source4/smb_server/smb_server.h b/source4/smb_server/smb_server.h
index 2f176d9c66..01222adc0c 100644
--- a/source4/smb_server/smb_server.h
+++ b/source4/smb_server/smb_server.h
@@ -218,12 +218,11 @@ struct smbsrv_connection {
/* context associated with currently valid session setups */
struct {
- /* this holds info on session vuids that are already validated for this VC */
- struct smbsrv_session *session_list;
-
int num_validated_vuids;
/* an id tree used to allocate vuids */
+ /* this holds info on session vuids that are already
+ * validated for this VC */
struct idr_context *idtree_vuid;
} sessions;