Fix up dir drive call.
authorTim Potter <tpot@samba.org>
Sun, 21 Jul 2002 06:32:25 +0000 (06:32 +0000)
committerTim Potter <tpot@samba.org>
Sun, 21 Jul 2002 06:32:25 +0000 (06:32 +0000)
(This used to be commit fe229cc126a4bfdce12882ac7eaa893e00cd506e)

source3/utils/pdbedit.c

index 5fa7e3be95996239e314d444a7b091502fc5396f..f48c24fbc02ecacbca99a3abf2f4635286406a1d 100644 (file)
@@ -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));