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/msdfs.c

    r414 r478  
    17391739                                bool dfs_pathnames,
    17401740                                const char *name_in,
     1741                                bool allow_wcards,
    17411742                                char **pp_name_out,
    17421743                                bool *ppath_contains_wcard)
     
    17491750                                        conn,
    17501751                                        name_in,
    1751                                         True,
     1752                                        allow_wcards,
    17521753                                        pp_name_out,
    17531754                                        &path_contains_wcard);
Note: See TracChangeset for help on using the changeset viewer.