diff options
-rw-r--r-- | source3/param/loadparm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c index 3d426ecf3b..d6d78c8179 100644 --- a/source3/param/loadparm.c +++ b/source3/param/loadparm.c @@ -2503,7 +2503,7 @@ static struct parm_struct parm_table[] = { .ptr = &sDefault.iWriteCacheSize, .special = NULL, .enum_list = NULL, - .flags = FLAG_ADVANCED | FLAG_SHARE | FLAG_DEPRECATED, + .flags = FLAG_ADVANCED | FLAG_SHARE, }, { .label = "name cache timeout", |