Ignore:
Timestamp:
Aug 2, 2010, 6:40:21 PM (15 years ago)
Author:
Silvan Scherrer
Message:

Samba 3.5: vendor update to 3.5.4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendor/current/source3/smbd/filename.c

    r414 r478  
    11261126{
    11271127        NTSTATUS status;
     1128        bool allow_wcards = (ucf_flags & (UCF_COND_ALLOW_WCARD_LCOMP|UCF_ALWAYS_ALLOW_WCARD_LCOMP));
    11281129        char *fname = NULL;
    11291130
     
    11331134                                dfs_path,
    11341135                                name_in,
     1136                                allow_wcards,
    11351137                                &fname,
    11361138                                ppath_contains_wcard);
Note: See TracChangeset for help on using the changeset viewer.