Ignore:
Timestamp:
Jun 17, 2009, 2:19:52 PM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update 3.3 branch to 3.3.5

File:
1 edited

Legend:

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

    r206 r274  
    264264        }
    265265
     266        conn->fs_capabilities = SMB_VFS_FS_CAPABILITIES(conn);
     267
    266268        /*
    267269         * Windows seems to insist on doing trans2getdfsreferral() calls on
     
    403405        SMB_STRUCT_STAT st;
    404406        int referral_len = 0;
     407#if defined(HAVE_BROKEN_READLINK)
     408        char link_target_buf[PATH_MAX];
     409#else
    405410        char link_target_buf[7];
     411#endif
    406412        size_t bufsize = 0;
    407413        char *link_target = NULL;
Note: See TracChangeset for help on using the changeset viewer.