Changeset 340 for branches/samba-3.2.x/source/smbd/service.c
- Timestamp:
- Oct 8, 2009, 8:16:40 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.2.x/source/smbd/service.c
r232 r340 55 55 const char *s = connectpath; 56 56 bool start_of_name_component = true; 57 58 if (connectpath == NULL || connectpath[0] == '\0') { 59 return false; 60 } 57 61 58 62 destname = SMB_STRDUP(connectpath); … … 332 336 int iHomeService; 333 337 334 if (!service || !homedir )338 if (!service || !homedir || homedir[0] == '\0') 335 339 return -1; 336 340
Note:
See TracChangeset
for help on using the changeset viewer.