From f3e3f3aab6a2a117966893ef3264443bdb20f186 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Tue, 12 Apr 2005 05:36:28 +0000 Subject: r6310: Rename password.c to session.c, and remove the linked list of all outstanding sessions, as we don't use it. Andrew Bartlett (This used to be commit 0cbd11a0f2448f2021fa1d8ad85a0a6f52192ee8) --- source4/smb_server/smb_server.h | 5 ++--- 1 file changed, 2 insertions(+), 3 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 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; -- cgit