Ignore:
Timestamp:
May 26, 2009, 9:44:50 AM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update 3.2 branch to 3.2.6

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.2.x/source/smbd/notify.c

    r136 r228  
    360360        char *fullpath;
    361361
     362        if (path[0] == '.' && path[1] == '/') {
     363                path += 2;
     364        }
    362365        if (asprintf(&fullpath, "%s/%s", conn->connectpath, path) == -1) {
    363366                DEBUG(0, ("asprintf failed\n"));
Note: See TracChangeset for help on using the changeset viewer.