summaryrefslogtreecommitdiff
path: root/source3/smbd/password.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2008-04-29 12:47:55 +0200
committerVolker Lendecke <vl@samba.org>2008-05-05 18:28:58 +0200
commit1b2bf00fb98417434f653ce869226887d97aaeb2 (patch)
treebbc6cb2fc2516f22ca29acec184b4d3df3901ca0 /source3/smbd/password.c
parent6ccbc1065de45cb776a4aadd11bf64c73419de7c (diff)
downloadsamba-1b2bf00fb98417434f653ce869226887d97aaeb2.tar.gz
samba-1b2bf00fb98417434f653ce869226887d97aaeb2.tar.bz2
samba-1b2bf00fb98417434f653ce869226887d97aaeb2.zip
Remove "homedir" from "struct user_struct"
(This used to be commit 41f9afd62d8cc6067582d452f3d53a5c67253b69)
Diffstat (limited to 'source3/smbd/password.c')
-rw-r--r--source3/smbd/password.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/source3/smbd/password.c b/source3/smbd/password.c
index 80eba562c5..a7e462a0ca 100644
--- a/source3/smbd/password.c
+++ b/source3/smbd/password.c
@@ -268,9 +268,6 @@ int register_existing_vuid(uint16 vuid,
pdb_get_fullname(server_info->sam_account));
{
- /* Keep the homedir handy */
- const char *homedir =
- pdb_get_homedir(server_info->sam_account);
const char *logon_script =
pdb_get_logon_script(server_info->sam_account);
@@ -294,9 +291,6 @@ int register_existing_vuid(uint16 vuid,
}
}
- if (homedir) {
- vuser->homedir = homedir;
- }
if (logon_script) {
vuser->logon_script = logon_script;
}