diff options
author | Gerald Carter <jerry@samba.org> | 2006-06-07 12:35:16 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 11:17:20 -0500 |
commit | 564529b91afe4530da856227e2d047ff2ccd6fc5 (patch) | |
tree | 8e7b2766164c094c5785302ad49ed4e5f0dfebd8 /source3/param | |
parent | 6b1b66904dfea2060dbce5c403211c195abd0604 (diff) | |
download | samba-564529b91afe4530da856227e2d047ff2ccd6fc5.tar.gz samba-564529b91afe4530da856227e2d047ff2ccd6fc5.tar.bz2 samba-564529b91afe4530da856227e2d047ff2ccd6fc5.zip |
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)
Diffstat (limited to 'source3/param')
-rw-r--r-- | source3/param/loadparm.c | 1 |
1 files changed, 0 insertions, 1 deletions
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, ""); |