Ignore:
Timestamp:
May 27, 2009, 9:09:42 AM (17 years ago)
Author:
Herwig Bauernfeind
Message:

Update 3.2 branch to 3.2.8

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.2.x/source/modules/vfs_streams_xattr.c

    r228 r232  
    512512        }
    513513
    514         if (!(o_is_stream && n_is_stream)) {
    515                 errno = ENOSYS;
    516                 goto fail;
    517         }
    518 
    519514        frame = talloc_stackframe();
    520515        if (!frame) {
     
    541536
    542537        if (nstream == NULL) {
    543                 errno = ENOSYS;
    544                 goto fail;
    545         }
    546 
    547         /* the new base should be empty */
    548         if (StrCaseCmp(obase, nbase) != 0) {
    549538                errno = ENOSYS;
    550539                goto fail;
Note: See TracChangeset for help on using the changeset viewer.