Changeset 338 for branches/samba-3.3.x/source/param
- Timestamp:
- Oct 8, 2009, 8:10:05 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.3.x/source/param/loadparm.c
r308 r338 5917 5917 int i; 5918 5918 5919 if (pszHomename == NULL || user == NULL || pszHomedir == NULL || 5920 pszHomedir[0] == '\0') { 5921 return false; 5922 } 5923 5919 5924 i = add_a_service(ServicePtrs[iDefaultService], pszHomename); 5920 5925 … … 7890 7895 home = get_user_home_dir(talloc_tos(), p); 7891 7896 7892 if (home && home s >= 0)7897 if (home && home[0] && homes >= 0) 7893 7898 lp_add_home(p, homes, p, home); 7894 7899
Note:
See TracChangeset
for help on using the changeset viewer.