Changeset 411 for branches/samba-3.3.x/source/smbd/vfs.c
- Timestamp:
- Mar 1, 2010, 3:05:48 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.3.x/source/smbd/vfs.c
r206 r411 940 940 /* Check for widelinks allowed. */ 941 941 if (!lp_widelinks(SNUM(conn)) && (strncmp(conn->connectpath, resolved_name, con_path_len) != 0)) { 942 DEBUG(2, ("reduce_name: Bad access attempt: %s is a symlink outside the share path ", fname));942 DEBUG(2, ("reduce_name: Bad access attempt: %s is a symlink outside the share path\n", fname)); 943 943 if (free_resolved_name) { 944 944 SAFE_FREE(resolved_name);
Note:
See TracChangeset
for help on using the changeset viewer.