Ignore:
Timestamp:
Oct 8, 2009, 8:10:05 AM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update 3.3. to 3.3.8 (security update)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.3.x/source/param/loadparm.c

    r308 r338  
    59175917        int i;
    59185918
     5919        if (pszHomename == NULL || user == NULL || pszHomedir == NULL ||
     5920                        pszHomedir[0] == '\0') {
     5921                return false;
     5922        }
     5923
    59195924        i = add_a_service(ServicePtrs[iDefaultService], pszHomename);
    59205925
     
    78907895                home = get_user_home_dir(talloc_tos(), p);
    78917896
    7892                 if (home && homes >= 0)
     7897                if (home && home[0] && homes >= 0)
    78937898                        lp_add_home(p, homes, p, home);
    78947899
Note: See TracChangeset for help on using the changeset viewer.