summaryrefslogtreecommitdiff
path: root/source3/utils
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2002-07-21 06:32:25 +0000
committerTim Potter <tpot@samba.org>2002-07-21 06:32:25 +0000
commitde4752d6e7d1922c14a51158dbab4497befa7d3c (patch)
tree6892305e61b67329973a00636d7dd5e143dde945 /source3/utils
parentc0f66c1786cfbbff416a59b38930788cbe86f686 (diff)
downloadsamba-de4752d6e7d1922c14a51158dbab4497befa7d3c.tar.gz
samba-de4752d6e7d1922c14a51158dbab4497befa7d3c.tar.bz2
samba-de4752d6e7d1922c14a51158dbab4497befa7d3c.zip
Fix up dir drive call.
(This used to be commit fe229cc126a4bfdce12882ac7eaa893e00cd506e)
Diffstat (limited to 'source3/utils')
-rw-r--r--source3/utils/pdbedit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/utils/pdbedit.c b/source3/utils/pdbedit.c
index 5fa7e3be95..f48c24fbc0 100644
--- a/source3/utils/pdbedit.c
+++ b/source3/utils/pdbedit.c
@@ -91,7 +91,7 @@ static int print_sam_info (SAM_ACCOUNT *sam_pwent, BOOL verbosity, BOOL smbpwdst
sid_string_static(pdb_get_group_sid(sam_pwent)));
printf ("Full Name: %s\n", pdb_get_fullname(sam_pwent));
printf ("Home Directory: %s\n", pdb_get_homedir(sam_pwent));
- printf ("HomeDir Drive: %s\n", pdb_get_dirdrive(sam_pwent));
+ printf ("HomeDir Drive: %s\n", pdb_get_dir_drive(sam_pwent));
printf ("Logon Script: %s\n", pdb_get_logon_script(sam_pwent));
printf ("Profile Path: %s\n", pdb_get_profile_path(sam_pwent));
printf ("Domain: %s\n", pdb_get_domain(sam_pwent));