Ignore:
Timestamp:
Mar 1, 2010, 3:05:48 PM (15 years ago)
Author:
Herwig Bauernfeind
Message:

Update Samba 3.3.x to 3.3.11

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.3.x/source/smbd/vfs.c

    r206 r411  
    940940        /* Check for widelinks allowed. */
    941941        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));
    943943                if (free_resolved_name) {
    944944                        SAFE_FREE(resolved_name);
Note: See TracChangeset for help on using the changeset viewer.