Ignore:
Timestamp:
Mar 11, 2009, 9:14:55 AM (16 years ago)
Author:
Paul Smedley
Message:

Add 'missing' 3.0.34 diffs

File:
1 edited

Legend:

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

    r124 r165  
    349349{
    350350        char *fullpath;
     351
     352        if (path[0] == '.' && path[1] == '/') {
     353                path += 2;
     354        }
    351355
    352356        if (asprintf(&fullpath, "%s/%s", conn->connectpath, path) == -1) {
Note: See TracChangeset for help on using the changeset viewer.