Changeset 228 for branches/samba-3.2.x/source/smbd/notify.c
- Timestamp:
- May 26, 2009, 9:44:50 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.2.x/source/smbd/notify.c
r136 r228 360 360 char *fullpath; 361 361 362 if (path[0] == '.' && path[1] == '/') { 363 path += 2; 364 } 362 365 if (asprintf(&fullpath, "%s/%s", conn->connectpath, path) == -1) { 363 366 DEBUG(0, ("asprintf failed\n"));
Note:
See TracChangeset
for help on using the changeset viewer.