summaryrefslogtreecommitdiff
path: root/source3/include/passdb.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2008-04-29 13:23:47 +0200
committerVolker Lendecke <vl@samba.org>2008-05-05 18:28:58 +0200
commit2b3d03d6f16e4110d0000cbb10a087cef2ce9e44 (patch)
treeaab87dbb6367b278bf3d5aac43c14ea151f36101 /source3/include/passdb.h
parent1b2bf00fb98417434f653ce869226887d97aaeb2 (diff)
downloadsamba-2b3d03d6f16e4110d0000cbb10a087cef2ce9e44.tar.gz
samba-2b3d03d6f16e4110d0000cbb10a087cef2ce9e44.tar.bz2
samba-2b3d03d6f16e4110d0000cbb10a087cef2ce9e44.zip
Remove unix_homedir from struct user_struct
This makes pdb_get_unix_homedir unused. I wonder if that was ever really used... (This used to be commit 36bfd32f1ff878e827db91e9bf233719ecca5b01)
Diffstat (limited to 'source3/include/passdb.h')
-rw-r--r--source3/include/passdb.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/include/passdb.h b/source3/include/passdb.h
index 8d5934df52..360a0d0444 100644
--- a/source3/include/passdb.h
+++ b/source3/include/passdb.h
@@ -59,7 +59,6 @@ enum pdb_elements {
PDB_GROUPSID,
PDB_ACCTCTRL,
PDB_PASSLASTSET,
- PDB_UNIXHOMEDIR,
PDB_ACCTDESC,
PDB_WORKSTATIONS,
PDB_COMMENT,