summaryrefslogtreecommitdiff
path: root/lib/param
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2012-04-12 16:51:54 +1000
committerAndrew Bartlett <abartlet@samba.org>2012-04-16 14:32:37 +1000
commitacb64471b376e55e7a51355d0ce5e8a041719ba6 (patch)
treebdf8c93c5039022bc90d19f1222b9a9ee2ca5f6b /lib/param
parentfed2380ac5051d739ea0f322381f187244a8bc49 (diff)
downloadsamba-acb64471b376e55e7a51355d0ce5e8a041719ba6.tar.gz
samba-acb64471b376e55e7a51355d0ce5e8a041719ba6.tar.bz2
samba-acb64471b376e55e7a51355d0ce5e8a041719ba6.zip
param: harmonsise logfile parameter
Diffstat (limited to 'lib/param')
-rw-r--r--lib/param/loadparm.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/param/loadparm.c b/lib/param/loadparm.c
index c407429f15..a743b529f4 100644
--- a/lib/param/loadparm.c
+++ b/lib/param/loadparm.c
@@ -499,7 +499,8 @@ static struct parm_struct parm_table[] = {
.p_class = P_GLOBAL,
.offset = GLOBAL_VAR(logfile),
.special = handle_logfile,
- .enum_list = NULL
+ .enum_list = NULL,
+ .flags = FLAG_ADVANCED,
},
{