Ignore:
Timestamp:
Aug 7, 2008, 11:49:04 AM (17 years ago)
Author:
Paul Smedley
Message:

Update trunk to 3.2.1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/samba/source/smbd/open.c

    r136 r141  
    30533053                        goto done;
    30543054                }
     3055
     3056                if (!(conn->fs_capabilities & FILE_NAMED_STREAMS)) {
     3057                        status = NT_STATUS_OBJECT_PATH_NOT_FOUND;
     3058                        goto fail;
     3059                }
    30553060        }
    30563061
Note: See TracChangeset for help on using the changeset viewer.