mirror of
https://github.com/samba-team/samba.git
synced 2025-11-23 20:23:50 +03:00
- lp_use_mmap() is really meant to cope with systems that have broken mmap coherence, but map_file() doesn't need coherence, as its maps read only - map_file() is used to map the charset files before loadparm has loaded, so lp_use_mmap() is always returning false for the major use of map_file()
-