diff options
author | Jeremy Allison <jra@samba.org> | 2003-08-21 01:38:48 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2003-08-21 01:38:48 +0000 |
commit | d422025f421a9be7c746ac4b15c9e75a36b07d5b (patch) | |
tree | 446029eab404fbca99380b2fec378a437edd777e /source3/param/loadparm.c | |
parent | ecddae8bf012c6b9dc4e99c788c14adde64baba8 (diff) | |
download | samba-d422025f421a9be7c746ac4b15c9e75a36b07d5b.tar.gz samba-d422025f421a9be7c746ac4b15c9e75a36b07d5b.tar.bz2 samba-d422025f421a9be7c746ac4b15c9e75a36b07d5b.zip |
Turn UNIX extensions on by default. Yes I will change the docs :-).
Jeremy.
(This used to be commit 17b09eed96fa2793a5947fa811e8543a1b263d6f)
Diffstat (limited to 'source3/param/loadparm.c')
-rw-r--r-- | source3/param/loadparm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c index 17c82d5e13..9f378a9424 100644 --- a/source3/param/loadparm.c +++ b/source3/param/loadparm.c @@ -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) */ |