From 564529b91afe4530da856227e2d047ff2ccd6fc5 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Wed, 7 Jun 2006 12:35:16 +0000 Subject: r16079: How embarassing. :-( Broke the build. I will *always* compile before checking in... I will *always* compile before checking in... I will *always* compile before checking in... I will *always* compile before checking in... I will *always* compile before checking in... (This used to be commit f3bd1c8c7de93917787e7341f759699c8399f006) --- source3/param/loadparm.c | 1 - 1 file changed, 1 deletion(-) diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c index 61d2ccf9cd..2ef1c4df2f 100644 --- a/source3/param/loadparm.c +++ b/source3/param/loadparm.c @@ -1611,7 +1611,6 @@ static void init_globals(BOOL first_time_only) string_set(&Globals.szTemplateShell, "/bin/false"); string_set(&Globals.szTemplateHomedir, "/home/%D/%U"); string_set(&Globals.szWinbindSeparator, "\\"); - string_set(&Globals.szAclCompat, ""); string_set(&Globals.szCupsServer, ""); string_set(&Globals.szIPrintServer, ""); -- cgit