Changeset 165 for branches/samba-3.0/source/smbd/notify.c
- Timestamp:
- Mar 11, 2009, 9:14:55 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.0/source/smbd/notify.c
r124 r165 349 349 { 350 350 char *fullpath; 351 352 if (path[0] == '.' && path[1] == '/') { 353 path += 2; 354 } 351 355 352 356 if (asprintf(&fullpath, "%s/%s", conn->connectpath, path) == -1) {
Note:
See TracChangeset
for help on using the changeset viewer.