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:
@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user