Changeset 745 for trunk/server/source3/lib/ms_fnmatch.c
- Timestamp:
- Nov 27, 2012, 4:43:17 PM (13 years ago)
- Location:
- trunk/server
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server
- Property svn:mergeinfo changed
/vendor/current merged: 581,587,591,594,597,600,615,618,740
- Property svn:mergeinfo changed
-
trunk/server/source3/lib/ms_fnmatch.c
r414 r745 235 235 int gen_fnmatch(const char *pattern, const char *string) 236 236 { 237 return ms_fnmatch(pattern, string, PROTOCOL_NT1, False);238 } 237 return ms_fnmatch(pattern, string, true, False); 238 }
Note:
See TracChangeset
for help on using the changeset viewer.