Ignore:
Timestamp:
Aug 2, 2010, 8:16:45 PM (15 years ago)
Author:
Silvan Scherrer
Message:

Samba Server 3.5: trunk update to 3.5.4

Location:
trunk/server
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/server

  • trunk/server/source3/smbd/msdfs.c

    r414 r480  
    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.