summaryrefslogtreecommitdiff
path: root/source4/smb_server/smb_server.h
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2005-04-12 05:36:28 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:11:30 -0500
commitf3e3f3aab6a2a117966893ef3264443bdb20f186 (patch)
tree670f0cfa674faea65569c9fc0f10ffb7b2b7b429 /source4/smb_server/smb_server.h
parentb1dba5e7fbe50ffe9504ddc9fb2125a3d5cb237b (diff)
downloadsamba-f3e3f3aab6a2a117966893ef3264443bdb20f186.tar.gz
samba-f3e3f3aab6a2a117966893ef3264443bdb20f186.tar.bz2
samba-f3e3f3aab6a2a117966893ef3264443bdb20f186.zip
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)
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;