summaryrefslogtreecommitdiff
path: root/source3/include/auth.h
diff options
context:
space:
mode:
authorSimo Sorce <ssorce@redhat.com>2010-05-27 19:41:07 -0400
committerSimo Sorce <ssorce@redhat.com>2010-05-27 19:41:07 -0400
commit20fb37320224e8ed97473e60c1b70369d8069cb5 (patch)
tree51e3666fe649ffb538bf44e629164e8f4f78fc78 /source3/include/auth.h
parent3bb819581b1dc2624a9e52c2cae065cc3bda6a4b (diff)
downloadsamba-20fb37320224e8ed97473e60c1b70369d8069cb5.tar.gz
samba-20fb37320224e8ed97473e60c1b70369d8069cb5.tar.bz2
samba-20fb37320224e8ed97473e60c1b70369d8069cb5.zip
s3:auth remove login_server from server info
It is not used anymore, we have that information in info3->base.logon_server already
Diffstat (limited to 'source3/include/auth.h')
-rw-r--r--source3/include/auth.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/include/auth.h b/source3/include/auth.h
index 7996fafe40..ba8b23b645 100644
--- a/source3/include/auth.h
+++ b/source3/include/auth.h
@@ -56,8 +56,6 @@ struct auth_serversupplied_info {
DATA_BLOB user_session_key;
DATA_BLOB lm_session_key;
- char *login_server; /* which server authorized the login? */
-
struct netr_SamInfo3 *info3;
void *pam_handle;