From d422025f421a9be7c746ac4b15c9e75a36b07d5b Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Thu, 21 Aug 2003 01:38:48 +0000 Subject: Turn UNIX extensions on by default. Yes I will change the docs :-). Jeremy. (This used to be commit 17b09eed96fa2793a5947fa811e8543a1b263d6f) --- source3/param/loadparm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/param') 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) */ -- cgit