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

Update 3.2 to 3.2.15 (security update)

File:
1 edited

Legend:

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

    r238 r340  
    58515851        int i;
    58525852
     5853        if (pszHomename == NULL || user == NULL || pszHomedir == NULL ||
     5854                        pszHomedir[0] == '\0') {
     5855                return false;
     5856        }
     5857
    58535858        i = add_a_service(ServicePtrs[iDefaultService], pszHomename);
    58545859
     
    78017806                home = get_user_home_dir(talloc_tos(), p);
    78027807
    7803                 if (home && homes >= 0)
     7808                if (home && home[0] && homes >= 0)
    78047809                        lp_add_home(p, homes, p, home);
    78057810
Note: See TracChangeset for help on using the changeset viewer.