1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-04 08:22:08 +03:00

Whoops ! Being over-paranoid is not good.

J.F.
(This used to be commit 706acb17cf)
This commit is contained in:
Jean-François Micouleau
1999-09-24 07:28:46 +00:00
parent 31160de2b8
commit 4952c11dad

View File

@ -88,14 +88,6 @@ static struct sam_passwd *getsamfile21pwent(void *vp)
DEBUG(5,("getsamfile21pwent\n"));
user->full_name = NULL;
user->home_dir = NULL;
user->dir_drive = NULL;
user->logon_script = NULL;
user->profile_path = NULL;
user->acct_desc = NULL;
user->workstations = NULL;
user = pwdb_smb_to_sam(getsmbfilepwent(vp));
if (user == NULL)
{