Changeset 338 for branches/samba-3.3.x/source/smbd/service.c
- Timestamp:
- Oct 8, 2009, 8:10:05 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.3.x/source/smbd/service.c
r281 r338 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); … … 336 340 int iHomeService; 337 341 338 if (!service || !homedir )342 if (!service || !homedir || homedir[0] == '\0') 339 343 return -1; 340 344
Note:
See TracChangeset
for help on using the changeset viewer.