summaryrefslogtreecommitdiff
path: root/source3/passdb/pdb_get_set.c
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2002-07-21 04:55:11 +0000
committerTim Potter <tpot@samba.org>2002-07-21 04:55:11 +0000
commitc0f66c1786cfbbff416a59b38930788cbe86f686 (patch)
tree5439431e14772101eaf4289ceacaeab00bb682fa /source3/passdb/pdb_get_set.c
parentceb73e9b3e6695a8efc4c2815fa1448be3239dbc (diff)
downloadsamba-c0f66c1786cfbbff416a59b38930788cbe86f686.tar.gz
samba-c0f66c1786cfbbff416a59b38930788cbe86f686.tar.bz2
samba-c0f66c1786cfbbff416a59b38930788cbe86f686.zip
Name get and set dir drive functions consistently.
(This used to be commit 290a304d2c1b70d20129236e20a0ff664179023e)
Diffstat (limited to 'source3/passdb/pdb_get_set.c')
-rw-r--r--source3/passdb/pdb_get_set.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/passdb/pdb_get_set.c b/source3/passdb/pdb_get_set.c
index dff4b40f4d..ca1d54ebef 100644
--- a/source3/passdb/pdb_get_set.c
+++ b/source3/passdb/pdb_get_set.c
@@ -250,7 +250,7 @@ const char* pdb_get_unix_homedir (const SAM_ACCOUNT *sampass)
return (NULL);
}
-const char* pdb_get_dirdrive (const SAM_ACCOUNT *sampass)
+const char* pdb_get_dir_drive (const SAM_ACCOUNT *sampass)
{
if (sampass)
return (sampass->private.dir_drive);