Ignore:
Timestamp:
May 27, 2009, 11:39:15 AM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update 3.2 branch to 3.2.9

File:
1 edited

Legend:

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

    r232 r233  
    7979                }
    8080
    81                 if (!stream_started && *s == ':') {
     81                if (!posix_path && !stream_started && *s == ':') {
    8282                        if (*p_last_component_contains_wcard) {
    8383                                return NT_STATUS_OBJECT_NAME_INVALID;
    8484                        }
    85                         /* stream names allow more characters than file names */
     85                        /* Stream names allow more characters than file names.
     86                           We're overloading posix_path here to allow a wider
     87                           range of characters. If stream_started is true this
     88                           is still a Windows path even if posix_path is true.
     89                           JRA.
     90                        */
    8691                        stream_started = true;
    8792                        start_of_name_component = false;
Note: See TracChangeset for help on using the changeset viewer.