summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2008-04-30 14:26:16 +0200
committerVolker Lendecke <vl@samba.org>2008-05-05 18:28:59 +0200
commit82d2f07dae5d69fc1635a4ed326a2af6632d8a97 (patch)
tree63060ff253b03a4eb824ba032c0ded58ff5fe98e /source3/include
parent71ff1ba2deddf8fa12b034518e92e0a461871388 (diff)
downloadsamba-82d2f07dae5d69fc1635a4ed326a2af6632d8a97.tar.gz
samba-82d2f07dae5d69fc1635a4ed326a2af6632d8a97.tar.bz2
samba-82d2f07dae5d69fc1635a4ed326a2af6632d8a97.zip
Remove "session_key" from "struct user_struct"
This one took a bit -- I hope I covered all data paths (This used to be commit 74c88a44422f88d6e2f2cdbfdfa0bafe0dbe06c4)
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/smb.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h
index 2dba5487dc..d1af77d1d6 100644
--- a/source3/include/smb.h
+++ b/source3/include/smb.h
@@ -1780,8 +1780,6 @@ typedef struct user_struct {
userdom_struct user;
- DATA_BLOB session_key;
-
char *session_keystr; /* used by utmp and pam session code.
TDB key string */
int homes_snum;