1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-11 16:58:40 +03:00

Turn UNIX extensions on by default. Yes I will change the docs :-).

Jeremy.
(This used to be commit 17b09eed96fa2793a5947fa811e8543a1b263d6f)
This commit is contained in:
Jeremy Allison 2003-08-21 01:38:48 +00:00
parent ecddae8bf0
commit d422025f42

View File

@ -1441,7 +1441,7 @@ static void init_globals(void)
#else
Globals.bUseMmap = True;
#endif
Globals.bUnixExtensions = False;
Globals.bUnixExtensions = True;
/* hostname lookups can be very expensive and are broken on
a large number of sites (tridge) */