Changeset 336 for branches/samba-3.0/source/param
- Timestamp:
- Oct 8, 2009, 7:51:22 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.0/source/param/loadparm.c
r312 r336 2699 2699 pstring newHomedir; 2700 2700 2701 if (pszHomename == NULL || user == NULL || pszHomedir == NULL || 2702 pszHomedir[0] == '\0') { 2703 return False; 2704 } 2705 2701 2706 i = add_a_service(ServicePtrs[iDefaultService], pszHomename); 2702 2707 … … 4179 4184 continue; 4180 4185 4181 if (home && home s >= 0)4186 if (home && home[0] && homes >= 0) 4182 4187 lp_add_home(p, homes, p, home); 4183 4188 }
Note:
See TracChangeset
for help on using the changeset viewer.