1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-05 20:58:40 +03:00

Whoops ! Being over-paranoid is not good.

J.F.
This commit is contained in:
Jean-François Micouleau -
parent a204a9adb8
commit 706acb17cf

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)
{