summaryrefslogtreecommitdiff
path: root/source3/auth/auth_util.c
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/auth/auth_util.c
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/auth/auth_util.c')
-rw-r--r--source3/auth/auth_util.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/source3/auth/auth_util.c b/source3/auth/auth_util.c
index 854ab89f28..7869637bd1 100644
--- a/source3/auth/auth_util.c
+++ b/source3/auth/auth_util.c
@@ -1155,9 +1155,6 @@ NTSTATUS make_server_info_info3(TALLOC_CTX *mem_ctx,
/* Ensure the primary group sid is at position 0. */
sort_sid_array_for_smbd(result, &group_sid);
- result->login_server = talloc_strdup(result,
- info3->base.logon_server.string);
-
/* ensure we are never given NULL session keys */
if (memcmp(info3->base.key.key, zeros, sizeof(zeros)) == 0) {