Whoops ! Being over-paranoid is not good.
authorJean-François Micouleau <jfm@samba.org>
Fri, 24 Sep 1999 07:28:46 +0000 (07:28 +0000)
committerJean-François Micouleau <jfm@samba.org>
Fri, 24 Sep 1999 07:28:46 +0000 (07:28 +0000)
J.F.
(This used to be commit 706acb17cffd8d6a84209dadb97916f0346cd174)

source3/passdb/sampass.c

index 95e2da5605e4101bcf0744a2d52c5b552001f40f..b9be8a7bae2f6d4330eb69d638b5bfd25297a4ff 100644 (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)
        {