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

Update 3.0 to 3.0.37 (unsupported security update)

File:
1 edited

Legend:

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

    r312 r336  
    26992699        pstring newHomedir;
    27002700
     2701        if (pszHomename == NULL || user == NULL || pszHomedir == NULL ||
     2702                        pszHomedir[0] == '\0') {
     2703                return False;
     2704        }
     2705
    27012706        i = add_a_service(ServicePtrs[iDefaultService], pszHomename);
    27022707
     
    41794184                        continue;
    41804185
    4181                 if (home && homes >= 0)
     4186                if (home && home[0] && homes >= 0)
    41824187                        lp_add_home(p, homes, p, home);
    41834188        }
Note: See TracChangeset for help on using the changeset viewer.