summaryrefslogtreecommitdiff
path: root/source3/param
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2003-08-21 01:38:48 +0000
committerJeremy Allison <jra@samba.org>2003-08-21 01:38:48 +0000
commitd422025f421a9be7c746ac4b15c9e75a36b07d5b (patch)
tree446029eab404fbca99380b2fec378a437edd777e /source3/param
parentecddae8bf012c6b9dc4e99c788c14adde64baba8 (diff)
downloadsamba-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')
-rw-r--r--source3/param/loadparm.c2
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) */